/*
  Hunter Fitness Gym brand tokens, derived from the official logo
  (teal/turquoise badge emblem on a dark background).
  Swap the values below if the client provides updated brand colors.
*/
:root {
    --primary: #1fbfb8;
    --primary-light: #3fd6cf;
    --primary-dark: #158b86;
    --accent: #1fbfb8;

    --dark: #0a0e0e;
    --surface: #12191a;
    --surface-2: #182223;
    --border: #223030;

    --light: #f4f7f6;
    --muted: #a3b4b3;
    --muted-2: #718483;

    --whatsapp: #25d366;

    --font-display: 'Oswald', sans-serif;
    --font-sans: 'Inter', sans-serif;

    --radius-sm: 4px;
    --radius-md: 8px;

    --shadow-glow: 0 0 0 1px rgba(31, 191, 184, 0.25), 0 8px 30px -8px rgba(31, 191, 184, 0.35);
    --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.5);

    --container-max: 1280px;
    --section-y: 6rem;
    --section-y-sm: 4rem;
}
