/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */

/* Raleway - normal 400 */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/raleway/raleway-latin-ext-400.woff2") format("woff2");
}

/* Raleway - normal 400 italic */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/raleway/raleway-latin-ext-400-italic.woff2") format("woff2");
}


/* Raleway - normal 700 */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/raleway/raleway-latin-ext-700.woff2") format("woff2");
}

/* Ubuntu - normal 400 */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ubuntu/ubuntu-latin-ext-400.woff2") format("woff2");
}

/* Mukta - normal 400 */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/mukta/mukta-latin-ext-400.woff2") format("woff2");
}
