@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-Bold.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-Light.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-HeavyItalic.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-HeavyItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-BoldItalic.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-BoldItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-BlackItalic.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-BlackItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica Condensed BQ';
    src: url('fonts/NeueHelveticaCondensedBQ-Roman.woff2') format('woff2'),
        url('fonts/NeueHelveticaCondensedBQ-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-Medium.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-Heavy.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-Heavy.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-MediumItalic.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica Condensed BQ';
    src: url('fonts/NeueHelveticaCondensedBQ-Bold.woff2') format('woff2'),
        url('fonts/NeueHelveticaCondensedBQ-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-Italic.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-Black.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Helvetica BQ';
    src: url('fonts/NeueHelveticaBQ-LightItalic.woff2') format('woff2'),
        url('fonts/NeueHelveticaBQ-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

:root {
    --goldmon-font: 'Goldman', cursive;
    --helvetica-font: 'Neue Helvetica BQ', sans-serif;
}

.font-goldmon {
    font-family: var(--goldmon-font);
}

.bg-accent {
    background-color: rgb(22, 22, 22) !important;
}

.font-helvetica {
    font-family: var(--helvetica-font);
}

.fw-800{
    font-weight: 800 !important;
}