/*
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wdth,wght@75..100,100..900&display=swap');
*/
/* LIVE Rosenau */

/*
TODO
- local files: https://www.fontself.app/fonts/google-sans-flex
*/


@font-face {
  font-family: 'Google Sans Flex';
  font-weight: 1 1000;
  font-stretch: 25% 151%;
  /*font-style: oblique -10deg 0deg;*/
  font-display: swap;
  src: url("./fonts/google-sans-flex/t5svIQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwGpVd4AZzz0v6lJ4qFXNZhGjLvDSkV4W6GGn9Q2o8jtFY.woff2") format('woff2-variations');
}


/*
@font-face {
  font-family: 'Google Sans Flex';
  src: url('path-to-your-font/GoogleSansFlex.woff2') format('woff2-variations');
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-style: normal;
}
h1 {
  font-size: clamp(2rem, 8vw, 5rem);
  font-optical-sizing: auto;
  font-variation-settings: 'wght' 700, 'wdth' 100;
}

*/
/*
@font-face {
  font-family: 'Google Sans Flex';
  src: url('/fonts/GoogleSansFlex-VF.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-width: 75% 100%;
  font-display: swap;
}
*/