@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&family=Bebas+Neue&display=swap');

:root {
	--color-putty: #F5EEE6;
	--color-putty-light: #FAF6F1;
	--color-putty-dark: #EDE4D8;
	--color-yellow: #FFCF12;
	--color-yellow-hover: #E8BE10;
	--color-yellow-gradient-end: #E5B800;
}

body {
	font-family: 'Asap', sans-serif;
}

h1,
h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
}

h1,
h1 .italic,
h1 em,
h1 i {
	font-style: normal;
}
