/* DestinySync — consumer track tokens (editorial identity) */

@font-face {
  font-family: 'Fraunces';
  src: url('../assets/fonts/fraunces/Fraunces[opsz,wght].woff2') format('woff2-variations');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../assets/fonts/fraunces/Fraunces-Italic[opsz,wght].woff2') format('woff2-variations');
  font-weight: 300 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../assets/fonts/inter-tight/InterTight[wght].woff2') format('woff2-variations');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Fraunces', serif;
  --font-body: 'Inter Tight', sans-serif;

  --bg: #FFFFFF;
  --bg-flat: #FFFFFF;
  --surface: #FFFFFF;
  --paper: #F4EFE6;
  --ink: #111111;
  --ink-muted: #666666;
  --ink-faint: #999999;
  --keyline: rgba(0, 0, 0, 0.07);

  /* graha accents — desaturated, consumer set */
  --su: #B5713A;
  --mo: #8A8E94;
  --ma: #A6432E;
  --me: #4F6A4D;
  --ju: #B58A3A;
  --ve: #8A6A8A;
  --sa: #2A2D34;
  --ra: #5A5550;
  --ke: #6A4A38;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
