@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Exo2-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Exo2-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'SF Sports Night';
  src: url('assets/fonts/SF-Sports-Night.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Sports Night Upright';
  src: url('assets/fonts/SF-Sports-Night-Upright.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
