/*
 * Typography overrides with local Roboto files.
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./roboto-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./roboto-700.ttf') format('truetype');
}

body {
  font-size: 18px;
  line-height: 1.43;
}

.primary-font,
body,
p,
header.mobile-menu .cart-info a strong {
  font-family: 'Roboto', sans-serif;
}



.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.woocommerce .products .product .item-info h3 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}

.sv-product-grid-block .item-info h3 {
  font-size: 18px;
  line-height: 1.3;
}

.sv-product-grid-block .item-info h3 a {
  font-weight: 700;
}

h1, .h1, h1.sv-page-content__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
}

h2, .h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
  margin-top: 40px;
}

h3, .h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 20px;
  line-height: 1.35;
}

.button, .btn, button {
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .woocommerce .summary .product_title,
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  .woocommerce .products .product .item-info h3 a {
    font-size: 16px;
  }

  .sv-product-grid-block .item-info h3 {
    font-size: 16px;
  }
}