/* Auto Bonau design tokens. Use these variables instead of local hex values. */
@font-face{
  font-family:"Inter";
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url("/assets/fonts/inter-latin.woff2") format("woff2");
}

:root{
  --ab-color-gold:#C7AA74;
  --ab-color-gold-soft:#F6F2EA;
  --ab-color-bg:#FAFAFA;
  --ab-color-line:#E8E3DC;
  --ab-color-text:#111111;
  --ab-color-muted:#666666;
  --ab-color-surface:#FFFFFF;
  --ab-color-surface-soft:#FAFAFA;
  --ab-color-success:#2f7d32;
  --ab-color-danger:#b42318;
  --ab-font-sans:"Inter",Arial,sans-serif;

  /* Backward-compatible aliases used by older pages. */
  --ab-color-brand:var(--ab-color-gold);
  --ab-color-brand-strong:var(--ab-color-gold);
  --ab-color-brand-soft:var(--ab-color-gold-soft);
  --sand:var(--ab-color-gold);
  --sand-light:var(--ab-color-gold-soft);
  --sand-deep:var(--ab-color-gold);
  --black:var(--ab-color-text);
  --muted:var(--ab-color-muted);
  --line:var(--ab-color-line);
  --bg:var(--ab-color-bg);
}

html body,
html body button,
html body input,
html body select,
html body textarea{
  font-family:var(--ab-font-sans);
  font-synthesis:none;
}
