/* font style */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display&family=Darker+Grotesque:wght@300&family=Gabarito:wght@400;500;600;700;800;900&family=Inclusive+Sans&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display&family=Darker+Grotesque:wght@300&family=Inclusive+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display&family=Darker+Grotesque:wght@300&family=Inclusive+Sans&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Default Design =========================================== */

:root {
--color-white: rgb(255, 255, 255);
--color-dark: rgb(39, 38, 38);
--color1: #FDF0E3;
--color2: #EEB69E;
--color3: #AD562F;
--color4: #1F392E;
--color-details: #FF6B00;
--text-color: #1F392E;
--text-color-light: rgb(255, 255, 255);
--text-font-title: 'DM Serif Display', serif;
--text-font: 'Gabarito', sans-serif;
--profil-img-x: 200px;
--profil-img-y: 200px;
--profil-img-size: 100%;
}

html {
font-size: 62.5%;
font-family: var(--text-font);
}

body {
background-color: var(--color-white);
color: var(--text-color);
}


