/* D:\Astro Forest\forestlinc-astro\src\styles\fonts.css */
@font-face {
    font-family: 'High Voltage Rough';
    src: url('/fonts/HighVoltage-Rough.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham'; /* Use a simpler family name for all Gotham weights */
    src: url('/fonts/Gotham-Medium.otf') format('opentype'); 
    font-weight: 500; /* Medium weight */
    font-style: normal;
    font-display: swap;
}
