/*INTER*/
/*INTER*/
/*INTER*/

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter/Inter18pt-Regular.woff2') format('woff2'),
    url('./fonts/Inter/Inter18pt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter/Inter18pt-Light.woff2') format('woff2'),
    url('./fonts/Inter/Inter18pt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*EXO2*/
/*EXO2*/
/*EXO2*/

@font-face {
  font-family: 'Exo2';
  src: url('./fonts/Exo2/Exo2-Bold.woff2') format('woff2'),
    url('./fonts/Exo2/Exo2-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('./fonts/Exo2/Exo2-SemiBold.woff2') format('woff2'),
    url('./fonts/Exo2/Exo2-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2';
  src: url('./fonts/Exo2/Exo2-Regular.woff2') format('woff2'),
    url('./fonts/Exo2/Exo2-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2';
  src: url('./fonts/Exo2/Exo2-Light.woff2') format('woff2'),
    url('./fonts/Exo2/Exo2-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo2';
  src: url('./fonts/Exo2/Exo2-ExtraLight.woff2') format('woff2'),
    url('./fonts/Exo2/Exo2-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

button,
html,
a,
input {
  cursor: url('./icon.png'), default;
}
