@font-face {
  font-family: 'Bounded';
  src: url('//staging2.rovinfood.com/cdn/shop/t/1/assets/Bounded-Variable.woff2?v=65766960517996101661756115669') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: 'Bounded', sans-serif;
}

html, body, h1, h2, h3, h4, h5, h6,
p, a, li, span, button, input, select, textarea {
  font-family: var(--font-primary) !important;
}