@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
:root {
    --color-main : #43766C;
    --color-highlight: #D9D9D9;
    --color-text-1: #1e1e1e;
    --color-text-2: white;
    --bg-1: #D9E4E2;
    --bg-2: white; 

    --font: "Playfair Display", serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: var(--font);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}