/* custom.css
   Optional overrides loaded after laplaza.css.
   Safe place to tweak colors/fonts without editing core files.
*/

:root{
  /* Site font */
  --font-body:"Aptos",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-heading:var(--font-body);

  /* Logo font (Windows 11/10 default): Aptos */
  --font-logo:"Aptos",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

/* Force logo to use Aptos even if other styles override it */
.lp-logo{font-family:var(--font-logo) !important}
