/* Inter */
@font-face {
  font-weight: 100;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-Thin.ttf");
}
@font-face {
  font-weight: 200;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-ExtraLight.ttf");
}
@font-face {
  font-weight: 300;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-Light.ttf");
}
@font-face {
  font-weight: 400;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-Regular.ttf");
}
@font-face {
  font-weight: 500;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-Medium.ttf");
}
@font-face {
  font-weight: 600;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-SemiBold.ttf");
}
@font-face {
  font-weight: 700;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-Bold.ttf");
}
@font-face {
  font-weight: 800;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-ExtraBold.ttf");
}
@font-face {
  font-weight: 900;
  font-family: 'Inter';
  src: url("../fonts/inter/Inter-Black.ttf");
}
/* Pacifico */
@font-face {
  font-weight: 400;
  font-family: 'Pacifico';
  src: url("../fonts/pacifico/Pacifico-Regular.ttf");
}
/* Comfortaa */
@font-face {
  font-weight: 300;
  font-family: 'Comfortaa';
  src: url("../fonts/comforta/Comfortaa-Light.ttf");
}
@font-face {
  font-weight: 400;
  font-family: 'Comfortaa';
  src: url("../fonts/comforta/Comfortaa-Regular.ttf");
}
@font-face {
  font-weight: 500;
  font-family: 'Comfortaa';
  src: url("../fonts/comforta/Comfortaa-Medium.ttf");
}
@font-face {
  font-weight: 600;
  font-family: 'Comfortaa';
  src: url("../fonts/comforta/Comfortaa-SemiBold.ttf");
}
@font-face {
  font-weight: 700;
  font-family: 'Comfortaa';
  src: url("../fonts/comforta/Comfortaa-Bold.ttf");
}
/* Dela Gothic One */
@font-face {
  font-weight: 400;
  font-family: 'Dela Gothic One';
  src: url("../fonts/delagothicone/DelaGothicOne-Regular.ttf");
}