/* =========================
   HEEBO
========================= */

/* Heebo Regular - 400 */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Heebo-Regular.woff2') format('woff2');
}

/* Heebo Medium - 500 */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Heebo-Medium.woff2') format('woff2');
}

/* Heebo SemiBold - 600 */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Heebo-SemiBold.woff2') format('woff2');
}


/* =========================
   NUNITO
========================= */

/* Nunito SemiBold - 600 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Nunito-SemiBold.woff2') format('woff2');
}

/* Nunito Bold - 700 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Nunito-Bold.woff2') format('woff2');
}

/* Nunito ExtraBold - 800 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/Nunito-ExtraBold.woff2') format('woff2');
}


/* =========================
   GLOBAL FONT USAGE
========================= */

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
}
