/* ------------------------------------------------------------------
   West Street Baptist Church - design tokens
   Source of truth: west-street-baptist-brand-sheet.html (sections 05, 07).
   When the brand sheet changes, update these tokens to match.
   ------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

:root {
  /* Palette - drawn from the original roadside sign */
  --sunday-blue: #2E5DA6;
  --ink:         #1C2733;
  --parchment:   #F2EEE3;
  --sky:         #8FB4D4;
  --slate:       #5C6C7C;

  /* Derived surfaces used across the sheet */
  --paper:       #F7F4EB;
  --paper-2:     #F9F6EE;
  --hairline:    rgba(28, 39, 51, .09);

  /* Type */
  --font-sans: 'Asap', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Spacing / shape */
  --radius:   4px;
  --radius-lg: 6px;
  --shadow:   0 18px 40px rgba(28, 39, 51, .22);
  --maxw:     1080px;
}
