/* ---------------------------------------- */
/* ----- ROBOTO ----- */
/* -------------------- */
/* @import url('https://fonts.googleapis.com/css2?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: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./Roboto-Bold.ttf") format("truetype"), url("./roboto-bold-webfont.woff2") format("woff2"), url("./roboto-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("./Roboto-BoldItalic.ttf") format("truetype"), url("./roboto-bolditalic-webfont.woff2") format("woff2"), url("./roboto-bolditalic-webfont.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./Roboto-Medium.ttf") format("truetype"), url("./roboto-medium-webfont.woff2") format("woff2"), url("./roboto-medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("./Roboto-MediumItalic.ttf") format("truetype"), url("./roboto-mediumitalic-webfont.woff2") format("woff2"), url("./roboto-mediumitalic-webfont.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./Roboto-Regular.ttf") format("truetype"), url("./roboto-regular-webfont.woff2") format("woff2"), url("./roboto-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("./Roboto-Italic.ttf") format("truetype"), url("./roboto-italic-webfont.woff2") format("woff2"), url("./roboto-lightitalic-webfont.woff") format("woff");
}


/* -------------------- */
/* ----- END ROBOTO ----- */
/* ---------------------------------------- */