@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"),
    url("https://assets.goodie.pl/fonts/roboto-300.woff2") format("woff2"),
    url("https://assets.goodie.pl/fonts/roboto-300.woff") format("woff"),
    url("https://assets.goodie.pl/fonts/roboto-300.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url("https://assets.goodie.pl/fonts/roboto-400.woff2") format("woff2"),
    url("https://assets.goodie.pl/fonts/roboto-400.woff") format("woff"),
    url("https://assets.goodie.pl/fonts/roboto-400.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("https://assets.goodie.pl/fonts/roboto-700.woff2") format("woff2"),
    url("https://assets.goodie.pl/fonts/roboto-700.woff") format("woff"),
    url("https://assets.goodie.pl/fonts/roboto-700.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"),
    url("https://assets.goodie.pl/fonts/roboto-900.woff2") format("woff2"),
    url("https://assets.goodie.pl/fonts/roboto-900.woff") format("woff"),
    url("https://assets.goodie.pl/fonts/roboto-900.ttf") format("truetype");
}
