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

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

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

@font-face {
    font-family: 'Mission Gothic';
    src: url('font/MissionGothic-LightItalic.woff2') format('woff2'),
        url('font/MissionGothic-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Mission Gothic';
    src: url('font/MissionGothic-ThinItalic.woff2') format('woff2'),
        url('font/MissionGothic-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
	font-display: swap;
}

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

@font-face {
    font-family: 'Mission Gothic Regular';
    src: url('font/MissionGothic-RegularItalic.woff2') format('woff2'),
        url('font/MissionGothic-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

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

@font-face {
    font-family: 'Mission Gothic';
    src: url('font/MissionGothic-BlackItalic.woff2') format('woff2'),
        url('font/MissionGothic-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Mission Gothic';
    src: url('font/MissionGothic-BoldItalic.woff2') format('woff2'),
        url('font/MissionGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
	font-display: swap;
}

