@font-face {
  font-family: 'Manrope';
  src: url('/media/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}

:root {
  --font-sans: "Manrope", "Inter", sans-serif;
}

.p-0 {
  padding: 0;
}

.p-4 {
  padding: 1rem;
}
