
@font-face {
    font-family: 'MyCustomFont';
    src: url('https://fartdevteam2025.neocities.org/OPTITimes-Roman.woff2') format('woff2'),
         url('https://fartdevteam2025.neocities.org/OPTITimes-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body { 
    background-color: white; 
    color: white; 
    font-family: 'MyCustomFont', Verdana, sans-serif; /* 2. Replaced Verdana here */
    font-size: 38px; 
}
