/* Colliery Software — Font Declarations
   NHL Atlanta: Headings | Poppins: Body | Source Code Pro: Monospace */

/* NHL Atlanta — Bold (headings) */
@font-face {
  font-family: 'NHL Atlanta';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/NHLATLAN-a2dcac15.TTF') format('truetype');
}

/* Poppins — Regular */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins-Regular-707fdc5c.ttf') format('truetype');
}

/* Poppins — Italic */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins-Italic-16ebf0f5.ttf') format('truetype');
}

/* Poppins — Medium */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Poppins-Medium-8d909883.ttf') format('truetype');
}

/* Poppins — SemiBold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Poppins-SemiBold-bf9c1ff6.ttf') format('truetype');
}

/* Poppins — Bold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Poppins-Bold-7219547e.ttf') format('truetype');
}

/* Source Code Pro — Monospace */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2') format('woff2');
}
