/* Self-hosted Google Fonts for GDPR Compliance */
/* This ensures no data is sent to Google servers or the United States */

/* Lato Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./lato-v24-latin-regular.woff2') format('woff2');
}

/* Lato Bold */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./lato-v24-latin-700.woff2') format('woff2');
}

/* Playfair Display Regular */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./playfair-display-v37-latin-regular.woff2') format('woff2');
}

/* Playfair Display Semi-Bold */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./playfair-display-v37-latin-600.woff2') format('woff2');
}

/* Playfair Display Bold */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./playfair-display-v37-latin-700.woff2') format('woff2');
}
