/**
 * @license
 * Font Configuration
 * 
 * Neue Haas Grotesk Display is loaded via Adobe Typekit
 * Font family name: neue-haas-grotesk-display
 * Available weights: 500 (medium), 600 (semibold), 700 (bold)
 * Available styles: normal, italic
 * 
 * BlackerPro Display Bold Font
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * Webfont: BlackerPro Display Bold
 * 
 * © 2025 Font License */

@font-face {
    font-family: 'BlackerPro';
    font-weight: 700;
    src:
        url('webFonts/BlackerProDisplayBold/font.woff2') format('woff2'),
        url('webFonts/BlackerProDisplayBold/font.woff') format('woff');
}
