@import url('https://fonts.googleapis.com/css2?family=Candal&family=Lato:wght@300;400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Candal&family=Lato:wght@100;400&display=swap'); */

body, html{
	font-family: 'Lato', sans-serif;
	/* width: 100vw;*/
	height: 100vh; 
	/* width: 100%;
	height: 100%; */
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;

    position: relative;

	background-color: #333439;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

body::-webkit-scrollbar {
    appearance: none;
    visibility: none;
    display: none;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
