/**
 * Polices locales — C:\laragon\www\assets\font
 * Darumadrop One : titres + navigation
 * Zilla Slab (« Zilab ») : texte courant ; Bold pour les sous-titres
 */

@font-face {
	font-family: "Darumadrop One";
	src: url("../fonts/DarumadropOne-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Zilla Slab";
	src: url("../fonts/ZillaSlab-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
