﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('../fonts/bt-icon/bootstrap-icons.css');

@font-face {
    font-family: "Inter", sans-serif;
    font-weight:400;
    src: url('../fonts/inter/inter/inter-regular.ttf') format('truetype');
}
@font-face {
    font-family: "Inter", sans-serif;
    src: url('../fonts/inter/inter/inter-bold.ttf') format('truetype');
    font-weight: 700;
}
body,
p {
    font-size: 14px;
     font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 23px;
}

blockquote {
    margin-bottom: 30px;
    border-left: 4px solid #f4d100;
    padding-left: 24px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "Inter", sans-serif;
}


.about-us-content h3 {
     font-family: "Inter", sans-serif;
}

.about-us-content p {
     font-family: "Inter", sans-serif;
}

.dec-review-bottom .description-wrap p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
}

.single-product-wrap .product-content-wrap .product-content-left span {
     font-family: "Inter", sans-serif;
}
.h1, h1 {
    font-size: 26px;
}

.h2, h2 {
    font-size: 23px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 17px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 11px;
}

@media(max-width:767px) {

    .h1, h1 {
        font-size: calc(26px * 0.8);
    }

    .h2, h2 {
        font-size: calc(23px * 0.8);
    }

   
}