/* Beyond Stays design tokens.
   Shared across every template. Match the mockups.
   Update here, everything follows. */

:root {
  /* Palette */
  --ink: #1F1E1B;
  --ink-2: #6B6862;
  --ink-3: #9E9A93;
  --base: #F8F5F0;
  --base-2: #F1ECE3;
  --line: #E6DFD3;
  --line-2: #D8CFBE;
  --white: #FFFFFF;

  --terracotta: #C7622C;
  --terracotta-dark: #A5501F;
  --green: #1E3A32;
  --green-soft: #E7EDE9;

  /* Brand-blue accent to signal sibling relationship with Beyond Stays Group */
  --blue: #1E7EFF;
  --blue-soft: rgba(30, 126, 255, 0.10);

  /* Layout */
  --max-narrow: 720px;
  --max-med: 960px;
  --max-wide: 1320px;

  /* Radius */
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  /* Typography */
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Fraunces', Georgia, serif;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
