/* =========================================
   topcasinochad.com — Self-hosted Fonts
   Source Serif Pro (headings) + Open Sans (body)
   Run self_host_fonts.py to download woff2 files
   ========================================= */

/* Source Serif Pro — Regular 400 */
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/source-serif-pro-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Source Serif Pro — SemiBold 600 */
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/source-serif-pro-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Source Serif Pro — Bold 700 */
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/source-serif-pro-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Open Sans — Regular 400 */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Open Sans — SemiBold 600 */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Open Sans — Bold 700 */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
