/*
  Self-hosted webfonts for mrsingh.es
  Replaces Google Fonts CDN to comply with strict CSP and GDPR.
  
  REQUIRED ASSETS (download with google-webfonts-helper or similar):
    fonts/playfair-display-latin-600.woff2
    fonts/playfair-display-latin-700.woff2
    fonts/source-sans-3-latin-400.woff2
    fonts/source-sans-3-latin-600.woff2
    fonts/source-sans-3-latin-700.woff2
  
  See fonts/README.md for download instructions.
*/

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('playfair-display-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('playfair-display-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('source-sans-3-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('source-sans-3-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('source-sans-3-latin-700.woff2') format('woff2');
}
