/* Tokens — Thais Mendes - Studio (fonte: design.json) */
@font-face {
  font-family: "Alex Brush";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/alex-brush-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/quicksand-latin.woff2") format("woff2");
}

:root {
  --color-primary: #ff007b;
  --color-primary-hover: #e6006e;
  --color-cta: #c9005e;
  --color-cta-hover: #ae0051;
  --color-primary-light: #fff3ff;
  --color-accent: #d4af37;
  --color-accent-soft: #e8d48a;
  --color-background: #fefbfe;
  --color-background-alt: #f0e8ef;
  --color-surface: #fff3ff;
  --color-text: #2d2429;
  --color-text-secondary: #6f636a;
  --color-text-on-primary: #fefbfe;
  --color-border: #f0e8ef;
  --color-muted: #f0e8ef;
  --color-success: #5a8f6e;
  --color-error: #c45c6a;

  --font-heading: "Alex Brush", cursive;
  --font-body: "Quicksand", sans-serif;

  --text-h1: 3.5rem;
  --text-h2: 2.5rem;
  --text-h3: 1.375rem;
  --text-body-l: 1.125rem;
  --text-body: 1rem;
  --text-small: 0.875rem;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --section-y: 4rem;
  --container-pad: 1.5rem;
  --container-max: 72rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-button: 0.75rem;

  --shadow-sm: 0 1px 3px rgba(45, 36, 41, 0.06);
  --shadow-md: 0 4px 16px rgba(255, 0, 123, 0.08);
  --shadow-lg: 0 8px 28px rgba(45, 36, 41, 0.1);
  --shadow-cta: 0 4px 14px rgba(255, 0, 123, 0.25);
  --shadow-cta-hover: 0 6px 20px rgba(255, 0, 123, 0.32);

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 0.2s;
  --duration-med: 0.45s;

  --header-height: 0;
  --z-sticky: 50;
  --z-toast: 80;
}

@media (min-width: 768px) {
  :root {
    --header-height: 5rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --section-y: 6rem;
  }
}
