/*
Font Name: FC Minimal
Weights: 100, 400, 700,
*/
@font-face {
    font-family: "FC Minimal";
    src: 	url('fc_minimal_light.woff2') format('woff2'),
            url('fc_minimal_light.woff') format('woff'),
			url('fc_minimal_light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "FC Minimal";
    src: 	url('fc_minimal_regular.woff2') format('woff2'),
            url('fc_minimal_regular.woff') format('woff'),
			url('fc_minimal_regular.ttf') format('truetype');

    font-weight: 400;
    font-style: normal;
    font-display: fallback;

}

@font-face {
    font-family: "FC Minimal";
    src: 	url('fc_minimal_bold.woff2') format('woff2'),
            url('fc_minimal_bold.woff') format('woff'),
			url('fc_minimal_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}