@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-Light.woff2") format("woff2"),
		url('BrandonGrotesque-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-LightItalic.woff2") format("woff2"),
		url('BrandonGrotesque-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-Regular.woff2") format("woff2"),
		url('BrandonGrotesque-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-RegularItalic.woff2") format("woff2"),
		url('BrandonGrotesque-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-Medium.woff2") format("woff2"),
		url('BrandonGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-MediumItalic.woff2") format("woff2"),
		url('BrandonGrotesque-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-Bold.woff2") format("woff2"),
		url('BrandonGrotesque-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-BoldItalic.woff2") format("woff2"),
		url('BrandonGrotesque-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-Black.woff2") format("woff2"),
		url('BrandonGrotesque-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url("BrandonGrotesque-BlackItalic.woff2") format("woff2"),
		url('BrandonGrotesque-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}