/* Design tokens — Sure Point Compass Travel
   Source: design_handoff_spct_website/README.md "Design Tokens" section. */
:root {
  /* Color */
  --spct-teal: #008a87;
  --spct-deep-teal: #005f5a;
  --spct-aqua: #77c9c5;
  --spct-mint: #cfedea;
  --spct-slate: #6f8f95;
  --spct-white: #ffffff;
  --spct-ink: #1a1a1a;
  --spct-grey: #6b6b6b;
  --spct-footer-bg: #2e4552;

  /* Type */
  --spct-font-display: 'Sora', sans-serif;
  --spct-font-body: 'Montserrat', sans-serif;

  /* Radius */
  --spct-radius-card: 12px;
  --spct-radius-btn: 5px;

  /* Shadow */
  --spct-shadow-card: 0 2px 12px rgba(0, 95, 90, 0.08);

  /* Layout */
  --spct-container: 1200px;
  --spct-container-text: 800px;
  --spct-section-pad: 96px;
  --spct-grid-gap: 24px;
}
