/*
  Self-hosted fonts — no external requests.

  TO SET UP:
  1. Go to https://gwfh.mranftl.com/fonts (google-webfonts-helper)
  2. Search for: Dancing Script, Nunito Sans
  3. Select the weights listed below
  4. Download the .woff2 files
  5. Place them in /assets/fonts/

  Until the font files are added, the site will use the
  system fallbacks defined in style.css — which still look lovely.
*/

/* Playfair Display — 400, 400i, 500, 500i */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-500italic.woff2') format('woff2');
}

/* Dancing Script — 400, 500, 600
   TODO: Download from https://gwfh.mranftl.com/fonts and place in /assets/fonts/
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dancing-script-v25-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dancing-script-v25-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/dancing-script-v25-latin-600.woff2') format('woff2');
}
*/

/* Nunito Sans — 300, 300i, 400, 400i
   TODO: Download from https://gwfh.mranftl.com/fonts and place in /assets/fonts/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/nunito-sans-v15-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/nunito-sans-v15-latin-300italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-sans-v15-latin-italic.woff2') format('woff2');
}
*/
