@font-face {
    font-family: 'Factor A';
    src: url('../fonts/Factor-A/Factor-A-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Factor A';
    src: url('../fonts/Factor-A/Factor-A-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

 @font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof/Spoof-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof/Spoof-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Spoof';
    src: url('../fonts/Spoof/Spoof-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}