/* Local Decimal Font Definitions */
@font-face {
    font-family: 'Decimal';
    src: url('../fonts/decimal-extralight-italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/decimal-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/decimal-book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font fallback stack */
body {
    font-family: 'Decimal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
