@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&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 {
    --yellow: #EDDB00;
    --footer-bg: #3D3D3D;
    --black: #000;
    --white: #fff;
    --light-grey: #808080;
    --pale-grey: #E6E6E6;
    --posts-bg: #F9F8F2;
    --title-color: #505050;
    --title-section-yellow-bg: #3D3D3D;
    --content: #3B3B3B;
}

* {
    line-height: 1.35;
}

#wpadminbar {
    display: none !important;
}

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

html {
    scroll-padding-top: 120px;
}