/* Pawy brand tokens — matched to pawy.ch theme */
/* Poppins loads async from HTML (see index templates). */

@font-face {
  font-family: "Faro";
  src: url("https://static.wixstatic.com/ufonts/345956_84328e3825fe4b0993e392c66a13a85c/woff2/file.woff2")
    format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors from pawy.ch site theme */
  --pawy-blue: #102b7d;
  --pawy-blue-dark: #0c2b89;
  --pawy-blue-soft: #6c82bf;
  --pawy-yellow: #efd573;
  --pawy-cream: #f5f1e6;
  --pawy-cream-dark: #ece9df;
  --pawy-benefit-bg: #eae5d5;
  --pawy-sky: #d3dae5;
  --pawy-ink: #16275d;
  --pawy-text: #333333;
  --pawy-muted: #757575;
  --pawy-white: #ffffff;
  --pawy-tag-pink: #fd80e8;
  --pawy-border: #d3dae5;

  /* Typography — matched to pawy.ch Wix theme (font_4 / font_7 / font_8 / font_0) */
  --font-body: "Poppins", system-ui, -apple-system, sans-serif;
  --font-display: "Faro", "Poppins", system-ui, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-min: 16px; /* font_4 — nav, breadcrumb, small UI */
  --font-size-body: 20px; /* font_8 — body copy */
  --font-size-display: 60px; /* font_0 — recipe title at desktop */
  --pawy-header-font-size: 16px; /* pawy.ch horizontal menu — font_4 / nav */

  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 34px;
  --radius-pill: 999px;

  --shadow-soft: 0 16px 44px rgba(16, 43, 125, 0.1);
  --shadow-card: 0 8px 24px rgba(16, 43, 125, 0.08);
  --max-width: 1280px;
  --max-width-wide: 1480px;
  --pawy-header-bg: #fdfbf7;
}

@media (max-width: 960px) {
  :root {
    --pawy-header-font-size: 16px;
  }
}

@media (max-width: 640px) {
  :root {
    --font-size-min: 14px;
    --font-size-body: 18px;
    --pawy-header-font-size: 14px;
  }
}
