/*
 Theme Name:   kiosko Child
 Template:     kiosko
 Version:      1.0.0
*/

/* Add your custom styles below this line */

/* Load Cooper Black web font */
@font-face {
    font-family: 'Cooper Black';
    font-style: normal;
    font-weight: 400;
    src: url('cooper-black-webfont.woff2') format('woff2'),
         url('cooper-black-webfont.woff') format('woff');
}

/* Apply Cooper Black to headings */
h1, h2 {
    font-family: 'Cooper Black', serif;
}

.wc-block-components-notice-banner.is-success {
    background-color: #fffaee;
    border-color: #d0613b;
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #d0613b;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    color: #000 !important;
    font-weight: 600;
}

h1.wp-block-site-title {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-left: -1rem;
}

.wp-block-navigation .wp-block-navigation-item__label {
    text-transform: uppercase;
}
