@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/fraunces-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/fraunces-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-latin-600.woff2') format('woff2');
}
:root {
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --display-weight: 600;
  --display-tracking: -0.015em;
  --color-primary: #8a6d2f;
  --color-primary-ink: #ffffff;
  --color-accent: #c9a45c;
  --color-ink: #16213a;
  --color-heading: #0a1f3c;
  --color-muted: #4e5a72;
  --color-surface: #f7f8fa;
  --color-surface-alt: #eef1f6;
  --color-card-bg: #ffffff;
  --color-border: #d9dee8;
  --color-header-bg: #f7f8fa;
  --color-header-ink: #16213a;
  --color-hero-bg: #0a1f3c;
  --color-hero-ink: #f2f5fa;
  --color-band-bg: #12315e;
  --color-band-ink: #f2f5fa;
  --color-footer-bg: #0a1f3c;
  --color-footer-ink: #b9c6dd;
  --color-star: #c9a45c;
  --radius: 14px;
  --radius-btn: 10px;
  --max-width: 70rem;
}