/* Font definitions */
@font-face {
    font-family: 'Franklin Gothic';
    src: url("../fonts/mbww/Franklin Gothic Medium Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font loading states */
.fonts-loaded body {
    font-family: var(--font-family-body);
}

.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4,
.fonts-loaded h5,
.fonts-loaded h6,
.fonts-loaded .brand {
    font-family: var(--font-family-heading);
}

/* Default fallback fonts */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.auth-title,
.auth-description,
.header-title,
.nav-link,
button,
input,
select,
textarea {
    font-family: 'Franklin Gothic', Arial, sans-serif;
}