/* Self-hosted web fonts (replaces Google Fonts CDN) */

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

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

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts-google/work-sans-latin-400-normal.woff2') format('woff2'),
       url('../fonts-google/work-sans-latin-400-normal.woff') format('woff');
}
