@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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&display=swap');

:root {
    --black: #000;
    --white: #fff;
    --grey: #EDEDED;
    --footer-color: #1A1A1A;
    --taupe: #5E5757;
    --skin: #9B7878;
    --red: #CE2929;
}

#wpadminbar {
    display: none;
}

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

h1, h2, h3, h4, h5, h6, span, pre, * {
    font-family: "Montserrat", sans-serif;
}

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