/* Exo 2 - Font Family */

/* Font Weight: 100 - Thin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/exo2/exo2-100.woff2') format('woff2');
}

/* Font Weight: 200 - Light */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/exo2/exo2-200.woff2') format('woff2');
}

/* Font Weight: 400 - Regular */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/exo2/exo2-400.woff2') format('woff2');
}

/* Font Weight: 500 - Medium */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/exo2/exo2-500.woff2') format('woff2');
}

/* Font Weight: 600 - SemiBold */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/exo2/exo2-600.woff2') format('woff2');
}

/* Font Weight: 700 - Bold */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/exo2/exo2-700.woff2') format('woff2');
}

/* Font Weight: 800 - ExtraBold */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/exo2/exo2-800.woff2') format('woff2');
}

/* Font Weight: 900 - Black */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/exo2/exo2-900.woff2') format('woff2');
}
