/* Typografie Miku */
@font-face {
    font-family: 'Miku';
    src: url('fonts/Miku-Regular.otf') format('opentype');
    font-weight: 500;
} 
  
@font-face {
    font-family: 'Miku';
    src: url('fonts/Miku-Bold.otf') format('opentype');
    font-weight: 800;
} 

html, .menu-filter-filter button {
    font-family: 'Miku', Helvetica, Sans-Serif;
    text-transform: uppercase;
}
  
h1 {
    font-size: 48px;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
}

h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 5px;
}

h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}