/* Roboto Flex - variable font (served locally)
   Source: https://fonts.google.com/specimen/Roboto+Flex
   NOTE: Add the .woff2 file to /public/assets/fonts/ and update the URL below.
*/

@font-face {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-display: swap;
  src: url("../fonts/RobotoFlex-VariableFont.woff2") format("woff2");
}


.m3-display-large {
    font-family: 'Roboto Flex', system-ui, sans-serif;
    font-size: 57px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: 0;
}


.m3-display-large-emphasis {
    font-family: 'Roboto Flex', system-ui, sans-serif;
    font-size: 57px;
    line-height: 64px;
    font-weight: 600;
}
