/* Fonts */
@font-face {
  font-family: "CoFo Kak";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/CoFoKak-Regular-Trial.otf') format('opentype');
}
@font-face {
  font-family: "CoFo Kak";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/CoFo_Kak-Medium.eot') format('embedded-opentype'),
       url('../fonts/CoFo Kak Medium.woff2') format('woff2'),
       url('../fonts/CoFo Kak Medium.woff') format('woff'),
       url('../fonts/CoFoKak-Medium-Trial.otf') format('opentype');
}
@font-face {
  font-family: "CoFo Kak";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/CoFoKak-Black-Trial.otf') format('opentype');
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/static/Roboto-Thin.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/static/Roboto-ThinItalic.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/static/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/static/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/static/Roboto-Regular.ttf') format('truetype'),
       url('../fonts/Roboto-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/static/Roboto-Italic.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
       url('../fonts/static/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/static/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/static/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/static/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/static/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/static/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/static/Roboto_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/static/Roboto_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}