/* ==========================================================================
   RIVAL Shoes - Typography
   ========================================================================== */

/* ---- @font-face Declarations ---- */

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/josefin-sans/josefin-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/josefin-sans/josefin-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---- Base Typography ---- */

body {
  font-family: var(--font-primary);
  font-weight: var(--fw-regular);
  line-height: 1.6;
  color: var(--color-gray-500);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--fw-light);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: var(--color-black);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.95rem;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: var(--fw-semibold);
}

small {
  font-size: 0.85rem;
}

/* ---- Utility Classes ---- */

.text-accent {
  color: var(--color-accent);
}

.text-light {
  color: var(--color-gray-300);
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.subtitle {
  font-weight: var(--fw-light);
  font-size: 1.25rem;
  color: var(--color-gray-400);
  max-width: 600px;
}

.lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--color-gray-400);
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--color-accent);
  margin-bottom: var(--space-xs);
}
