/**
Theme Name: Cuadernos Escénicos
Author: Moio
Author URI: https://moio.io/
Description: Festival de danza de Garachico
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cuadernos-escenicos
Template: astra
*/


@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Italic-VariableFont_wdth,wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Default styles */
html, body {
    font-family: 'Roboto', sans-serif;
}

#cmplz-document {
    max-width: 100%;
}

footer {
    > div {
        padding-inline: 20px;
    }
    .site-primary-footer-inner-wrap {
        section {
            margin: 0;
            figure {
                text-align: center;
            }
        }
    }

    .logo__wrapper {
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        figure {
            margin-bottom: 16px;
        }
        h2 {
            color: var(--ast-global-color-4);
            margin: 0;
            font-size: 26px;
        }
    }
    .site-below-footer-wrap  {
        padding-block: 60px;
        .ast-nav-menu {
            li {
                a {
                    font-size: 16px;
                    color: var(--ast-global-color-4);
                }
            }
        }
    }
}

.logos-footer--tab {display: none;}
.logos-footer--desk {display: none;}
@media screen and (min-width: 768px) {
    .logos-footer--mob {
        display: none;
    }
    .logos-footer--tab {display: block;}
}
@media screen and (min-width: 992px) {
    .logos-footer--tab {display: none;}
    .logos-footer--desk {display: block;}
}
