@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat/static/Montserrat-Black.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat/static/Montserrat-Bold.ttf")
        format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat/static/Montserrat-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat/static/Montserrat-Medium.ttf")
        format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/assets/fonts/Montserrat/static/Montserrat-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("/assets/fonts/Raleway/static/Raleway-Black.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("/assets/fonts/Raleway/static/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("/assets/fonts/Raleway/static/Raleway-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("/assets/fonts/Raleway/static/Raleway-Medium.ttf")
        format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("/assets/fonts/Raleway/static/Raleway-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto/static/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto/static/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto/static/Roboto-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto/static/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto/static/Roboto-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: "Raleway", sans-serif;
    padding: 0;
    margin: 0;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif !important;
}

.font-roboto {
    font-family: "Roboto", sans-serif !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif !important;
}

.fs-head-1 {
    font-size: 47.78px;
}

.fs-head-2 {
    font-size: 39.81px;
}

.fs-head-3 {
    font-size: 33.18px;
}

.fs-head-4 {
    font-size: 27.65px;
}

.fs-head-5 {
    font-size: 23.04px;
}

.fs-head-6 {
    font-size: 20px;
}

.fs-regular {
    font-size: 14px;
}

.fs-small {
    font-size: 13.33px;
}

.fs-tiny {
    font-size: 11.11px;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

.text-link {
    color: var(--link-color) !important;
}

.text-regular {
    color: var(--font-color) !important;
}

.text-blue {
    color: var(--blue-color) !important;
}

.text-opacity {
    opacity: 0.85;
}

.text-uppercase {
    text-transform: uppercase;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .fs-head-1 {
        font-size: 35px;
    }

    .fs-head-2 {
        font-size: 30px;
    }

    .fs-head-3 {
        font-size: 25px;
    }

    .fs-head-4 {
        font-size: 20px;
    }

    .fs-head-5 {
        font-size: 18px;
    }

    .fs-regular {
        font-size: 14px;
    }

    .fs-small {
        font-size: 13px;
    }

    .fs-tiny {
        font-size: 11px;
    }
}
