﻿@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');

@font-face {
    font-family: 'avo';
    src: url('../fonts/svn-avo/svn-avo.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'avo';
    src: url('../fonts/svn-avo/svn-avo-italic.ttf') format('truetype');
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'avo';
    src: url('../fonts/svn-avo/svn-avo-bold.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'avo';
    src: url('../fonts/svn-avo/svn-avo-bold-italic.ttf') format('truetype');
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}
@media only screen and (min-width: 1250px) {
    .container {
        max-width: 1250px;
    }
}

body {
    --font-size:15px;
    font-size: var(--font-size);
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: var(--font-size);
    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: var(--font-size);
}

.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;
}

.dec-review-bottom .description-wrap p {
    font-size: var(--font-size);
    line-height: 30px;
    margin: 0 0 20px;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-family: 'Roboto', 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) {
    body {
        font-size: calc(16px * 0.8);
    }

    p {
        font-size: calc(16px * 0.8);
    }

    .dec-review-bottom .description-wrap p {
        font-size: calc(16px * 0.8);
    }

    .h1, h1 {
        font-size: calc(26px * 0.8);
    }

    .h2, h2 {
        font-size: calc(23px * 0.8);
    }

    .h3, h3 {
        font-size: calc(20px * 0.8);
    }

    .h4, h4 {
        font-size: calc(17px * 0.8);
    }

    .h5, h5 {
        font-size: calc(14px * 0.8);
    }

    .h6, h6 {
        font-size: calc(11px * 0.8);
    }
}