@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body, p, span, label, input, select, textarea, td, th, li, a, div {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
}

.hype-hero h1,
.hype-section-title,
.hype-why-title,
.hype-hero-btn,
ul.products li.product .button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 800;
}

.hype-frete-bar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative !important;
  z-index: 10000 !important;
}
