/* Montserrat (wght) */
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Roboto (wdth,wght) */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-stretch: 100%;
  font-display: swap;
}

/* Roboto Serif (GRAD,opsz,wdth,wght) */
@font-face {
  font-family: "Roboto Serif";
  src: url("/static/fonts/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-optical-sizing: auto; /* как у Google */
}
@font-face {
  font-family: "Roboto Serif";
  src: url("/static/fonts/RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-stretch: 100%;
  font-display: swap;
  font-optical-sizing: auto;
}
