/* Inter Font Utility Classes */

/* Font Weight Classes */
.font-thin {
    font-weight: 100 !important;
}

.font-extralight {
    font-weight: 200 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 800 !important;
}

.font-black {
    font-weight: 900 !important;
}

/* Font style classes */
.font-italic {
    font-style: italic !important;
}

/* Font family class - if you need to explicitly set Inter */
.font-inter {
    font-family: 'Inter', sans-serif !important;
}
