/* css/fonts.css */
@font-face {
    font-family: 'Rye';
    src: url('Rye-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orbitron';
    src: url('Orbitron-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'Orbitron';
    src: url('Orbitron-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold weight */
    font-style: normal;
}
