@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

body,
button,
input,
select,
textarea,
.nav,
.button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif !important;
}
