@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap');

html {
    margin: 0 !important;
    padding: 0 !important;
}

body,
p,
li,
span,
input,
textarea,
button {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

button,
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-title,
.woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.product-description,
.woocommerce-product-details__short-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.navbar,
.menu-item,
.main-navigation a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.reviews-section {
    overflow-x: clip;
}