@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-Bold.woff2') format('woff2'),
        url('../font/BRHendrix-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-Thin.woff2') format('woff2'),
        url('../font/BRHendrix-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-Regular.woff2') format('woff2'),
        url('../font/BRHendrix-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-ExtraLight.woff2') format('woff2'),
        url('../font/BRHendrix-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-Medium.woff2') format('woff2'),
        url('../font/BRHendrix-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-SemiBold.woff2') format('woff2'),
        url('../font/BRHendrix-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-Light.woff2') format('woff2'),
        url('../font/BRHendrix-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Hendrix';
    src: url('../font/BRHendrix-Black.woff2') format('woff2'),
        url('../font/BRHendrix-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

