@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500&display=swap');

div#theme-item {
    background: #020106;
    height: 70px;
    width: 150px;
    font: Verdana;
}

/* Veľké nadpisy – Bodoni Moda */

h1,
h1 * {
    font-family: 'Bodoni Moda', Georgia, 'Times New Roman', serif !important;
    font-weight: 400 !important;
    font-size: 34px !important;
    line-height: 1.10 !important;
}

h2,
h2 * {
    font-family: 'Bodoni Moda', Georgia, 'Times New Roman', serif !important;
    font-weight: 400 !important;
    font-size: 27px !important;
    line-height: 1.10 !important;
}