/* FABIAN DIGITAL SERVICES - SHARED DESIGN TOKENS v16.4 */
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-400-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/jetbrains-mono-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

:root {
  --color-cream: #F5F1E8;
  --color-cream-soft: #FAF6EE;
  --color-ink: #14201F;
  --color-ink-soft: #2A3635;
  --color-muted: #5F6866;
  --color-line: #E2DCCC;
  --color-line-soft: #EDE7D6;
  --color-forest: #2D4A3E;
  --color-forest-light: #3F6755;
  --color-amber: #9C5E1C;
  --color-amber-soft: #E5B978;
  --color-sage: #C8D2B8;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --shadow-sm: 0 2px 8px rgba(20, 32, 31, 0.04);
  --shadow-md: 0 4px 12px rgba(20, 32, 31, 0.06), 0 2px 4px rgba(20, 32, 31, 0.03);
  --shadow-lg: 0 16px 48px rgba(20, 32, 31, 0.08), 0 6px 12px rgba(20, 32, 31, 0.04);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
