@font-face {
  font-family: 'Noto Sans';
  src: url('/public/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('/public/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --momentum-blue: #3B8BEB;
  --momentum-dark: #0F1829;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
}