@charset "UTF-8";
/*
Theme Name: Lala Berlin
Author: The flying Hamburgers
Author URI: https://flhh.io/
Template: copenhagen
Requires at least: WordPress 5.1.1
Version: 1.1.23
*/

/*@font-face {
  font-family: 'Istok Web';
  src: url('fonts/IstokWeb-Regular.ttf') format('truetype'),
    url('fonts/IstokWeb-Italic.ttf') format('truetype'),
    url('fonts/IstokWeb-Bold.ttf') format('truetype'),
    url('fonts/IstokWeb-BoldItalic.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-VariableFont_wght.ttf') format('truetype');
}

html {
    font-family: 'Rubik', 'sans-serif';
}
h1, h2, h3, h4, h5, .has-overlay figcaption, .has-overlay figcaption a {
    /*text-transform: unset;*/
    font-family: 'Rubik';
    font-weight: 400;
    letter-spacing: 0;
}
.is-bebas,
.waitlistsignup .button,
.countdown-number,
.countdown-name,
.product-info .product-name-style {
    font-family: 'Rubik';
}
#product-title {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}
.product-info .product-name-style {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 110%;
    letter-spacing: 0;
}
.articlelist li footer {
    font-size: 110%;
}
.overlay-block .overlay-call-to-action a {
    font-weight: 400;
}

@media screen and (max-width: 740px) {
    .swiper-wrapper.startpage.articlelist .product-name,
    .swiper-wrapper.startpage.articlelist .product-sizes-available {
        display: none;
    }
}