@font-face {
    font-display: swap;
    font-family: 'Alegreya SC';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: local('Alegreya SC'), local('ALEGREYASC-REGULAR'), url('../fonts/ALEGREYASC-REGULAR.TTF') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Alegreya SC';
    font-style: normal;
    font-weight: 900; /* Black (adjust if needed - 900 is common for black) */
    src: local('Alegreya SC Black'), local('ALEGREYASC-BLACK'), url('../fonts/ALEGREYASC-BLACK.TTF') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Alegreya SC';
    font-style: normal;
    font-weight: 700; /* Bold (adjust if needed - 700 is common for bold) */
    src: local('Alegreya SC Bold'), local('ALEGREYASC-BOLD'), url('../fonts/ALEGREYASC-BOLD.TTF') format('truetype');
}
