@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: #575656;
    --black: #000;
    --white: #fff;
    --dark-button-bg: #333333;
    --first-menu-bar: #CCCAC0;
    --second-menu-bar: #FFFFFF;
    --third-menu-bar: #99978F;
}

#wpadminbar {
    display: none !important;
}

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

a:hover,
a:focus,
a:active,
a {
    color: unset;
    text-decoration: none;
}

p {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

