@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
	text-decoration: none;
}