@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Globální styl pro celé tělo stránky */
body {
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Styl pro patičku */
footer {
    background-color: #ccc;
}

/* Styl pro odstavce s třídou description */
p.description {
    text-align: justify;
}

/* Responsivní styl: pouze pro tablety (768px až 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    p.date {
        color: red;
    }
}
