@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=Lora:ital,wght@0,400..700;1,400..700&display=swap');


:root {
    --footer-bg: #3D3D3D;
    --black: #000;
    --white: #fff;
}

#wpadminbar {
    display: none !important;
}

body, html {
    padding: 0 !important;
    margin: 0 !important;
    scrollbar-width: none !important;
    scroll-behavior: smooth !important;
}

a {
    color: unset;
    text-decoration: none;
}