@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;
    --yellow: #FFEC00;
    --dark-button-bg: #333333;
}

#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: 'Lato', sans-serif;
    font-weight: 400;
}

.page-intro {
    display: grid;
    place-content: center;
    place-items: center;
    position: relative;
    margin: 4rem auto 0;
}

.page-intro h1 {
    position: relative;
    font-size: 35px;
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    width: max-content;
    margin: 0;
    z-index: 1;
}

.page-intro .bg-yellow-rotated {
    position: absolute;
    transform: rotate(-6deg);
    background-color: var(--yellow);
    width: 329px;
    height: 66px;
    display: block;
}
