html,
body {
    font-size: 16px;
}

:root {
    --font-icon: Font Awesome\ 7 Pro;
}

@font-face {
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/FzMyEverything.woff2) format("woff2");
    font-family: Fz MyEverything;
    font-display: swap
}

p {
    margin-bottom: 10px;
    font-weight: 400;
    color: inherit;
    font-size: 1rem;
}


.btn-main.button {
    border-width: 1px;
    --tw-border-opacity: 1;
    padding-left: calc(32 / 1920 * 100rem);
    padding-right: calc(32 / 1920 * 100rem);
    overflow: hidden;
    border-radius: 8px;
    height: 2.29167rem;
    min-height: 40px;
    font-weight: normal;
    background-color: transparent !important;
    position: relative;
}

.btn-main.button::after {
    position: absolute;
    content: "";
    transition: .4s all ease-in-out;
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--primary-color);
}

.btn-main.button span {
    position: relative;
    z-index: 99;
}

.btn-main.button i.icon-angle-right::before {
    content: "\f178";
    font-family: var(--font-icon);
    font-weight: 300;
}

.btn-main.button:hover::after {
    width: 100%;
}

.btn-main.button:hover i {
    color: #fff;
    position: relative;
    z-index: 99;
}

.th-breadcrumbs * {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

.breadcrumb-ss {
    padding: 8px 0 !important;
    border-bottom: 1px solid #efefef;
}

@media (min-width: 576px) {

    html,
    body {
        font-size: 2.4vw;
    }
}

@media (min-width: 768px) {

    html,
    body {
        font-size: 1.5vw;
    }
}

@media (min-width: 1024.1px) {

    html,
    body {
        font-size: 1.1vw;
    }
}

@media (min-width: 1200.1px) {

    html,
    body {
        font-size: 1vw;
    }
}