/* ============================================================
 * Bantay design system — the LIVE published tokens.
 * This file is the single source of truth every tool links:
 *     <link rel="stylesheet" href="/_shared/tokens.css">
 *
 * It is the OUTPUT of the style-guide tool. To update it, edit a
 * token set in /style-guide, export the CSS, and commit it here.
 * ============================================================ */
:root {
  --bantay-ink: #142026;
  --bantay-muted: #61717d;
  --bantay-background: #f5f7f8;
  --bantay-surface: #ffffff;
  --bantay-primary: #0f766e;
  --bantay-accent: #d97706;

  --bantay-radius: 8px;
  --bantay-spacing: 10px;

  --bantay-body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bantay-display-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bantay-base-size: 16px;
  --bantay-line-height: 1.55;
  --bantay-headline-weight: 750;
  --bantay-headline-scale: 1.26;
}
