@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-100Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-100ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-200XLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-200XLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-300Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-300LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-400Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-400Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-500Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-500MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-600SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-600SemiBoldItali.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-700Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-700BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-800Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-800BlackItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-900XBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "SinkinSans";
  src: url("../fonts/SinkinSans-900XBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Verdana";
  src: url("../../fonts/verdana.ttf");
}

@font-face {
  font-family: "Verdana";
  font-weight: bold;
  src: url("../../fonts/verdana-bold.ttf");
}

@font-face {
  font-family: "Verdana";
  font-weight: bold;
  font-style: italic;
  src: url("../../fonts/verdana-bold-italic.ttf");
}

.lato {
  font-family: "Lato", sans-serif !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.verdana {
  font-family: "Verdana", sans-serif !important;
}

.italic {
  font-style: italic;
}

.font-100 {
  font-weight: 100;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}
