/*
Subset google fonts via subset query
https://fonts.googleapis.com/css2?family=Urbanist:wght@100&text=Ofestin
 */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 100;
  src: url('urbanist-thin.woff2') format('woff');
}

/*
https://fonts.googleapis.com/css2?family=Roboto:wght@400  => U+0000-00FF
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('roboto-regular.woff2') format('woff');
}

/*
https://fonts.googleapis.com/css2?family=Roboto:wght@700  => U+0000-00FF
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('roboto-bold.woff2') format('woff');
}

/*
https://fonts.googleapis.com/css2?family=Prata:wght@400&text=abcdefgilmnopqrstuvwéACDFGMPQSTV
*/
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: normal;
  src: url('prata.woff2') format('woff');
}
