/*
This file mirrors the original TBOC font declarations exactly:
- Same font-family names
- Same font-weight values (normal/bold and numeric)
- Same font-style and font-display (block)
Only differences:
- Sources now point to https://cdn.tacticalbeardownersclub.com (via BunnyCDN)
- Only WOFF2 + WOFF are referenced
*/

@font-face {
    font-family: 'Bombardier';
    src: url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982097/Bombardier.woff2') format('woff2'),
         url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982096/Bombardier.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'DINPro';
    src: url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982137/DINPro-Light.woff2') format('woff2'),
         url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982135/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'DINPro';
    src: url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982140/DINPro-Medium.woff2') format('woff2'),
         url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982139/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'DINPro';
    src: url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982144/DINPro-Regular.woff2') format('woff2'),
         url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982142/DINPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'DINPro';
    src: url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982133/DINPro-Bold.woff2') format('woff2'),
         url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982132/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Thirsty Soft';
    src: url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982149/ThirstySoftExtrabold.woff2') format('woff2'),
         url('https://cdn.tacticalbeardownersclub.com/raw/upload/v1758982147/ThirstySoftExtrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
