/*
Theme Name: UODL Handball
Theme URI: https://uodlhandball.com
Author: Stéphane Donna
Author URI: https://eleckid.github.io
Description: Thème WordPress pour l'équipe de handball UODL. Compatible avec Elementor.
Version: 1.0
Text Domain: uodl-handball
*/

:root {
	--font-1: 'Bebas Neue', cursive;
	--font-2: 'Jost';
	--color-1: #FCFC00;
	--color-2: black;
	--color-3: #ffff;
	--color-4: #F0F0F0;
	
}

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

html, body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
}

a {
	text-decoration: none;
}

a:visited {
	color: currentcolor;
}

button {
	cursor: pointer;
}

