﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap');
@import url('../fonts/bt-icon/bootstrap-icons.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@media only screen and (min-width: 1250px) {
    .container {
        max-width: 1250px;
    }
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.about-us-content h3 {
    font-family: 'Roboto', sans-serif;
}

.about-us-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.section-title-btn-wrap .section-title h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-family: 'Roboto', sans-serif;
}
