/* ABC Maxi Sharp Font Loading */
@font-face {
    font-family: 'ABC Maxi Sharp';
    src: url('../fonts/ABCMaxiSharpVariable-Trial.ttf') format('truetype');
    font-weight: 100 900; /* Variable font supports full weight range */
    font-style: normal;
    font-display: swap;
}

/* Fallback for specific weights if needed */
@font-face {
    font-family: 'ABC Maxi Sharp';
    src: url('../fonts/ABCMaxiSharpVariable-Trial.ttf') format('truetype');
    font-weight: 700; /* Bold weight */
    font-style: normal;
    font-display: swap;
}