/*
Theme Name: Petit Galop 2.0.0
Version: 2.0.0
Theme URI: petit-galop.fr
Author: Guillaume Charbonneau
Description: Template Petit Galop
*/

/* font face*/
@font-face {
	font-family: "nunito";
	src: url('assets/fonts/nunito/Nunito-Regular.ttf');
}
@font-face {
	font-family: "nunito";
    font-style:italic;
	src: url('assets/fonts/nunito/Nunito-Italic.ttf');
}
@font-face {
	font-family: "nunito";
	font-weight: bold;
	src: url('assets/fonts/nunito/Nunito-Bold.ttf');
}
@font-face {
	font-family: "nunito";
	font-weight: 300;
	src: url('assets/fonts/nunito/Nunito-Light.ttf');
}

@font-face {
	font-family: "nunito";
	font-weight: 500;
	src: url('assets/fonts/nunito/Nunito-SemiBold.ttf');
}
/*reset*/
*,
::after,
::before {
	box-sizing: border-box
}

ol[class],
ul[class] {
	padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

ol[class],
ul[class] {
	list-style: none
}

a:not([class]) {
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	display: block
}

article > * + * {
	margin-top: 1em
}

button,
input,
select,
textarea {
	font: inherit
}

@media (prefers-reduced-motion:reduce) {
	* {
		animation-duration: 0s !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}




