/* Ofelia Text SemiBold */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ofelia Text SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('ofelia-text-semibold/OfeliaText-Semibold.woff2') format('woff2'), /* Modern Browsers */
	   url('ofelia-text-semibold/OfeliaText-Semibold.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Ofelia Text Light */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ofelia Text Light';
  font-style: normal;
  font-weight: 200;
  src: url('ofelia-text-light/OfeliaText-Light.woff2') format('woff2'), /* Modern Browsers */
	   url('ofelia-text-light/OfeliaText-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Urbane Condensed DemiBold */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbane Condensed DemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('urbane-condensed-demi-bold/urbane-condensed-demi-bold.woff2') format('woff2'), /* Modern Browsers */
	  url('urbane-condensed-demi-bold/urbane-condensed-demi-bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Urbane Condensed Medium */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbane Condensed Medium';
  font-style: normal;
  font-weight: 400;
  src: url('urbane-condensed-medium/urbane-condensed-medium.woff2') format('woff2'), /* Modern Browsers */
	   url('urbane-condensed-medium/urbane-condensed-medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Urbane Condensed Light */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbane Condensed Light';
  font-style: normal;
  font-weight: 200;
  src: url('urbane-condensed-light/urbane-condensed-light.woff2') format('woff2'), /* Modern Browsers */
	   url('urbane-condensed-light/urbane-condensed-light.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Urbane Condensed Extra Light */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Urbane Condensed Extra Light';
  font-style: normal;
  font-weight: 200;
  src: url('urbane-condensed-extra-light/urbane-condensed-extra-light.woff2') format('woff2'), /* Modern Browsers */
	   url('urbane-condensed-extra-light/urbane-condensed-extra-light.ttf') format('truetype'); /* Safari, Android, iOS */
}