
@font-face {
	font-family: "CorpidC1Cd-Bold";
	src: url("../fonts/CorpidC1Cd/CorpidC1Cd-Bold.woff2") format("woff2"),
		url("../fonts/CorpidC1Cd/CorpidC1Cd-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CorpidC1Cd-BoldItalic";
	src: url("../fonts/CorpidC1Cd/CorpidC1Cd-BoldItalic.woff2")
		format("woff2"), url("../fonts/CorpidC1Cd/CorpidC1Cd-BoldItalic.woff")
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CorpidC1Cd-Heavy";
	src: url("../fonts/CorpidC1Cd/CorpidC1Cd-Heavy.woff2") format("woff2"),
		url("../fonts/CorpidC1Cd/CorpidC1Cd-Heavy.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CorpidC1Cd-Regular";
	src: url("../fonts/CorpidC1Cd/CorpidC1Cd-Regular.woff2") format("woff2"),
		url("../fonts/CorpidC1Cd/CorpidC1Cd-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "CorpidC1Cd-RegularItalic";
	src: url("../fonts/CorpidC1Cd/CorpidC1Cd-RegularItalic.woff2")
		format("woff2"),
		url("../fonts/CorpidC1Cd/CorpidC1Cd-RegularItalic.woff")
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/Ubuntu/Ubuntu-Light.ttf") format('truetype');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format('truetype');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format('truetype');
}


@font-face {
	font-family: "Ubuntu";
	font-weight: 300;
	font-style: italic;
	src: url("../fonts/Ubuntu/Ubuntu-LightItalic.ttf") format('truetype');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 400;
	font-style: italic;
	src: url("../fonts/Ubuntu/Ubuntu-Italic.ttf") format('truetype');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 500;
	font-style: italic;
	src: url("../fonts/Ubuntu/Ubuntu-MediumItalic.ttf") format('truetype');
}

@font-face {
	font-family: "Ubuntu";
	font-weight: 700;
	font-style: italic;
	src: url("../fonts/Ubuntu/Ubuntu-BoldItalic.ttf") format('truetype');
}

@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/OpenSans/OpenSans-Light.ttf") format('truetype');
}

@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format('truetype');
}


/* RELAUNCH */

@font-face {
    font-family: 'Bellfort Draw Dark';
    src: url('../fonts/Bellfort/BellfortDrawDark-Bold.woff2') format('woff2'),
        url('../fonts/Bellfort/BellfortDrawDark-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LP Bambus';
    src: url('../fonts/LPBambus/LPBambus-Regular.woff2') format('woff2'),
        url('../fonts/LPBambus/LPBambus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--headline: 'Bellfort Draw Dark';
	--subline: 'LP Bambus';
	--copy: "CorpidC1Cd-Regular";
}