@font-face {
  font-family: 'GmarketSansLight';
  src: url('./fonts/GmarketSansTTFLight.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('./fonts/GmarketSansTTFMedium.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold';
  src: url('./fonts/GmarketSansTTFBold.ttf') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate';
  src: url('./fonts/Interstate-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate-Bold';
  src: url('./fonts/Interstate-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url('./fonts/Inter-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Light';
  src: url('./fonts/Inter-Light.ttf');
  font-weight: normal;
  font-style: normal;
}