@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');

:root {
    --white: white;
    --black: black;
    --footer-color: #303030;
    --grey: #B3B3B3;
    --light-grey: #F5F5F5;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth;
    line-height: 1.5 !important;
}

div#wpadminbar {
    display: none !important;
}

hr {
    color: var(--grey);
}

.deco-top {
    height: 68px;
}

.deco-bottom {
    height: 68px;
}

h1, h2, h3, h4, h5, h6, * {
    font-family: 'Oswald', sans-serif;
}

