@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --font-thunder: 'thunder';
  --font-inter: 'Inter';
}

@font-face {
  font-family: "thunder";
  font-stretch: normal;
  font-style: normal;
  font-weight: 100 900;
  src: url(./fonts/thunder.woff2) format('woff2');
}