/* =============================================================
   TIFFANY RUSSELL STUDIO — BRAND FONTS
   v1.1 · Self-hosted @font-face declarations
   Paths adjusted for public/ serving (/fonts/ not ./fonts/)
   ============================================================= */

/* Brittany Signature intentionally NOT registered — desktop-only license */

@font-face {
  font-family: 'Champagne & Limousines';
  src: url('/fonts/ChampagneLimousines.woff2') format('woff2'),
       url('/fonts/ChampagneLimousines.woff')  format('woff'),
       url('/fonts/ChampagneLimousines.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Champagne & Limousines';
  src: url('/fonts/ChampagneLimousines-Bold.woff2') format('woff2'),
       url('/fonts/ChampagneLimousines-Bold.woff')  format('woff'),
       url('/fonts/ChampagneLimousinesBold.ttf')    format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Champagne & Limousines';
  src: url('/fonts/ChampagneLimousines-Italic.woff2') format('woff2'),
       url('/fonts/ChampagneLimousines-Italic.woff')  format('woff'),
       url('/fonts/ChampagneLimousinesItalic.ttf')    format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Champagne & Limousines';
  src: url('/fonts/ChampagneLimousines-BoldItalic.woff2') format('woff2'),
       url('/fonts/ChampagneLimousines-BoldItalic.woff')  format('woff'),
       url('/fonts/ChampagneLimousinesBoldItalic.ttf')    format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
