/* MARK: FONTS
*/
@font-face {
  font-family: 'Oxanium-extra-light'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/extra_light.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/extra_light.woff') format('woff'),
       url('../fonts/Oxanium/extra_light.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium-light'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/light.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/light.woff') format('woff'),
       url('../fonts/Oxanium/light.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium-regular'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/regular.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/regular.woff') format('woff'),
       url('../fonts/Oxanium/regular.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium-Medium'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/medium.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/medium.woff') format('woff'),
       url('../fonts/Oxanium/medium.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium-SemiBold'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/semi_bold.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/semi_bold.woff') format('woff'),
       url('../fonts/Oxanium/semi_bold.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium-Bold'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/bold.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/bold.woff') format('woff'),
       url('../fonts/Oxanium/bold.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium-ExtraBold'; /* You can choose any name for your font */
  src: url('../fonts/Oxanium/extra_bold.woff2') format('woff2'), /* Path to the font file */
       url('../fonts/Oxanium/extra_bold.woff') format('woff'),
       url('../fonts/Oxanium/extra_bold.ttf') format('truetype'); /* Fallback font formats */
  /* Optional: specify font-weight and font-style */
  font-weight: 800;
  font-style: normal;
}
