:root {
    --black: #000;
    --white: #fff;
    --green: #23545B;
    --grey: #F2F0EC;
}

#wpadminbar {
    display: none;
}

/*  Sirve para controlar la cantidad de píxeles que nos quedamos antes 
    del contenedor cuando hacemos click en enlaces tipo #contacto */

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

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/texgyreadventor-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/texgyreadventor-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/texgyreadventor-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/texgyreadventor-bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}


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

h1, h2, h3, h4, h5, h6, span, pre, * {
    font-family: 'TeXGyreAdventor', Arial, Helvetica, sans-serif;
}

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