/* ----------------------------------------- */
/* Poppins */
/* ----------------------------------------- */
/* Regular */
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins-Regular.ttf');
}
/* Medium */
@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins-Medium.ttf');
}
/* Bold */
@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins-Bold.ttf');
}
/* SemiBold */
@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins-SemiBold.ttf');
}
/* ----------------------------------------- */
/* Roboto */
/* ----------------------------------------- */
/* Bold */
@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/Roboto-Bold.ttf');
}
/* Medium */
@font-face {
  font-family: Roboto-Medium;
  src: url('../fonts/Roboto-Medium.ttf');
}
/* Regular */
@font-face {
  font-family: Roboto-Regular;
  src: url('../fonts/Roboto-Regular.ttf');
}
/* ----------------------------------------- */
/* Roboto Condensed */
/* ----------------------------------------- */
/* Bold */
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url('../fonts/RobotoCondensed-Bold.ttf');
}
/* Regular */
@font-face {
  font-family: RobotoCondensed-Regular;
  src: url('../fonts/RobotoCondensed-Regular.ttf');
}
/* Light */
@font-face {
  font-family: RobotoCondensed-Light;
  src: url('../fonts/RobotoCondensed-Light.ttf');
}
/* Bold Italic */
@font-face {
  font-family: RobotoCondensed-BoldItalic;
  src: url('../fonts/RobotoCondensed-BoldItalic.ttf');
}
/* Italic */
@font-face {
  font-family: RobotoCondensed-Italic;
  src: url('../fonts/RobotoCondensed-Italic.ttf');
}
/* Light Italic */
@font-face {
  font-family: RobotoCondensed-LightItalic;
  src: url('../fonts/RobotoCondensed-LightItalic.ttf');
}
/* ----------------------------------------- */
/* Montserrat */
/* ----------------------------------------- */
@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat-Bold.ttf');
}
/* ----------------------------------------- */
/* QuickSand */
/* ----------------------------------------- */
@font-face {
  font-family: QuickSand;
  src: url('../fonts/Quicksand-VariableFont_wght.ttf');
}