/* Brandon Text Font Faces */

/* Brandon Text - Thin (100) */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Brandon Text - Light (300) */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Brandon Text - Regular (400) */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Brandon Text - Medium (500) */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Brandon Text - Bold (700) */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Brandon Text - Black (900) */
@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('../fonts/HVD Fonts - BrandonText-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
