/*!
Theme Name: LEGALZONE 2.0
Theme URI: https://legalzone.es
Author: VANTAG.es
Description: Tema oficial legalzone.es
Version: 2.0.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
*/

:root {
    --verde-legalzone: #0C4631;
    --verdesecundario-legalzone: #105536;
    --oro-legalzone: #DDDCAA;
    --blanco-legalzone: #F5F5F5;
    --blanco: #fff;
    --gris-legalzone: #BDBDBD;
    --negro-legalzone: #1C1C1C;
}

@font-face {
    font-family: 'Kedebideri';
    src: url('assets/fonts/Kedebideri/Kedebideri-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto_Mono/RobotoMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Kedebideri', sans-serif;
    background-color: var(--blanco-legalzone);
    color: var(--negro-legalzone);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

a:-webkit-any-link {
    color: var(--verde-legalzone);
    text-decoration: none;
}

img {
    width: 100%;
}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    
}

@media (max-width: 420px) {

}