/*
  Self-hosted fonts for the Parish theme.
  Google Fonts (Cormorant Garamond + Pinyon Script) are loaded via functions.php
  and act as the working fallback until the commercial files below are added.

  To switch to the commercial fonts, purchase the licences and place the files here:
    wp-content/themes/parish/assets/fonts/

  Lovelace (https://lovelace-font.com):
    lovelace-regular.woff2  /  lovelace-regular.woff
    lovelace-medium.woff2   /  lovelace-medium.woff
    lovelace-italic.woff2   /  lovelace-italic.woff

  Eyesome (Creative Fabrica / MyFonts):
    eyesome.woff2  /  eyesome.woff

  Once the files are in place, the @font-face rules below will take precedence
  over the Google Fonts import automatically — no other changes needed.
*/

@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/lovelace-regular.woff2') format('woff2'),
       url('../fonts/lovelace-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/lovelace-italic.woff2') format('woff2'),
       url('../fonts/lovelace-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/lovelace-medium.woff2') format('woff2'),
       url('../fonts/lovelace-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eyesome';
  src: url('../fonts/eyesome.woff2') format('woff2'),
       url('../fonts/eyesome.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
