/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway:wght@400;500;600;700&family=Lato:wght@400;700&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Font Classes */
.font-bebas {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.font-raleway-light {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.font-raleway-regular {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.font-raleway-medium {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.font-raleway-semibold {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.font-raleway-bold {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.font-lato-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.font-lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.font-inter-light {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 300;
}

.font-inter-regular {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 400;
}

.font-inter-medium {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 500;
}

.font-inter-semibold {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 600;
}

.font-inter-bold {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 700;
}

.font-inter-extrabold {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-weight: 800;
}