@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;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 "./modules/header.css";
@import "./modules/footer.css";
@font-face {
    font-family: 'Calibri';
    src: url(./fonts/calibri/calibri.ttf);
    font-display: swap
}

@font-face {
    font-family: 'Calibri Bold';
    src: url(./fonts/calibri/calibri_bold.ttf);
    font-display: swap
}
@font-face {
	font-family: 'LillyBelle';
	src: url(./fonts/lillybelle/LillyBelle.eot);
	src: local('☺'), 
		 url(./fonts/lillybelle/LillyBelle.wof) format('woff'), 
		 url(./fonts/lillybelle/LillyBelle.ttf) format('truetype'), 
		 url(./fonts/lillybelle/LillyBelle.svg) format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap
}

html,
body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    scroll-behavior: smooth
}