/* stylelint-disable import-notation */
@import url("/lib/styles/fonts.css");
/* fallback font for Roboto (normal - 400) */
@font-face {
  font-family: "roboto-normal-400-fallback";
  size-adjust: 99.549%;
  src: local("Arial");
}
/* fallback font for Comfortaa (normal - 400) */
@font-face {
  font-family: "comfortaa-normal-400-fallback";
  size-adjust: 116.29%;
  src: local("Arial");
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: Comfortaa;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Comfortaa-Bold.woff") format("woff");
}