@font-face {
    font-family: "Filson Soft Bold";
    src: url('/v7/fonts/FilsonPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 500";
    src: url('/v7/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter 400";
    src: url('/v7/fonts/Inter-Regular.woff2') format('woff2');    
}

@font-face {
    font-family: "Inter 700";
    src: url('/v7/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

.ff-filson-bold {
    font-family: "Filson Soft Bold";
    color: #2E2E2E;
}

.ff-inter-regular {
    font-family: "Inter 500";
    color: #2E2E2E;
}

.ff-inter-regular-400 {
    font-family: "Inter 400";
    color: #2E2E2E;
}

.ff-inter-regular-400-i {
    font-family: "Inter 400" !important;
}

.ff-inter-bold {
    font-family: "Inter 700";
    color: #2E2E2E;
}

.font-red {
    color: #FF314A;
}
.font-darker-black {
    color: #020202;
}
.font-dark-black {
    color: #2E2E2E;
}
.font-drak-gray {
    color: #7C868A !important;
}
.font-blue {
    color: #3064A3
}
.red_button {
    background-color: #FF314A;
    height: 45px;
    font-size: 16px;
    color: #fff;
    font-family: "Inter 700";  
    border-radius: 10px;
    border: 0px;
}

.fs-30-h1 {
    font-size: 3rem !important;
}

.fs-24-h2 {
    font-size: 2.4rem !important;
}

.fs-20-h3 {
    font-size: 2rem;
}

.fs-16-h4 {
    font-size: 1.6rem;
}

.fs-14-h5 {
    font-size: 1.4rem;
}
.fs-14-h5-imp {
    font-size: 1.4rem !important;
}

.fs-12-h6 {
    font-size: 1.2rem;
}
.fs-16-h4-imp {
    font-size: 1.6rem !important;
}
.fs-16 {
    font-size: 1.6rem;
    color: #2E2E2E;
    font-family: "Inter 700";
}
.fs-14 {
    font-size: 1.4rem;
    color: #2E2E2E;
    font-family: "Inter 500";
}


@media (max-width: 768px) {
    .fs-30-h1 {
        font-size: 2.5rem !important;
    }

    .fs-24-h2 {
        font-size: 2rem !important;
    }

    .fs-20-h3 {
        font-size: 1.6rem;
    }

    .fs-16-h4 {
        font-size: 1.4rem;
    }

    .fs-14-h5 {
        font-size: 1.2rem;
    }
    .fs-14-h5-imp {
        font-size: 1.2rem !important;
    }

    .fs-12-h6 {
        font-size: 1rem;
    }
    .fs-16-h4-imp {
        font-size: 1.4rem !important;
    }
}