/* src/styles/globals.css */
@font-face {
    font-family: 'Times';
    src: url('/src/fonts/Times\ New\ Roman/') format('ttf');
    font-weight: bold;
    font-style: italic;
}

.times {
    font-family: 'Times', serif;
    font-weight: bold;
}