@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');

:root {
    --white: #FFF;
    --black: #000;
    --red: #DD0A0A;
    --red-bg: #CB2D2D;
    --grey: #4D4D4D;
    --light-grey: #b2b2b2;
    --grey-border: #A1A1A1;
    --grey-days: #808080;
}

#wpadminbar {
    display: none !important;
    visibility: hidden !important;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}


.content h1 {
    font: normal normal 400 25px/1.5em 'Lato', sans-serif
}

.content h2 {
    font: normal normal 700 24px/1.5em 'Lato', serif
}

.page-huellas .content h2 {
    font: normal normal 400 24px/1.5em 'Lato', serif
}

.page-huellas .content h2:nth-of-type(1) {
    margin-top: 10px;
}

.page-huellas .content h2:nth-of-type(2) {
    margin-bottom: 2em;
}

.content h3 {
    font: normal normal 700 22px/1.5em 'Lato', serif
}

.content h4 {
    font: normal normal 700 20px/1.5em 'Lato', serif
}

.content h5 {
    font: normal normal 700 18px/1.5em 'Lato', serif
}

.content h6 {
    font: normal normal 700 16px/1.5em 'Lato', serif
}

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


p {
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Lato', serif;
    font-weight: 400;
}
