/* ==================== INTER FONT ==================== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype');
}
/* ==================== END INTER FONT ==================== */

/* ==================== LATO FONT ==================== */
/* Lato Thin - 100 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(Lato-Thin.ttf) format('truetype');
}

/* Lato Thin Italic - 100 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(Lato-ThinItalic.ttf) format('truetype');
}

/* Lato Light - 300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(Lato-Light.ttf) format('truetype');
}

/* Lato Light Italic - 300 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(Lato-LightItalic.ttf) format('truetype');
}

/* Lato Regular - 400 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Lato-Regular.ttf) format('truetype');
}

/* Lato Regular Italic - 400 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(Lato-Italic.ttf) format('truetype');
}

/* Lato Bold - 700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(Lato-Bold.ttf) format('truetype');
}

/* Lato Bold Italic - 700 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(Lato-BoldItalic.ttf) format('truetype');
}

/* Lato Black - 900 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(Lato-Black.ttf) format('truetype');
}

/* Lato Black Italic - 900 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(Lato-BlackItalic.ttf) format('truetype');
}
/* ==================== END LATO FONT ==================== */

/* ==================== ROBOTO FONT ==================== */
/* Roboto Regular - 400 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Roboto-Regular.ttf) format('truetype');
}

/* Roboto Bold - 700 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(Roboto-Bold.ttf) format('truetype');
}
/* ==================== END ROBOTO FONT ==================== */

/* ==================== ROBOTO CONDENSED FONT ==================== */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Roboto_Condensed-Regular.ttf) format('truetype');
}
/* ==================== END ROBOTO CONDENSED FONT ==================== */
/* ==================== INTER FONT ==================== */
/* Inter Variable Font - supports weight 100-900 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype-variations');
  font-named-instance: 'Regular';
}

/* Fallback for browsers that don't support variable fonts */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(InterVariable.ttf) format('truetype');
}
/* ==================== END INTER FONT ==================== */
