/* Montenegrin / ME language stack — EB Garamond
   Full Latin Extended support: Š Đ Ž Č Ć š đ ž č ć ž lj nj */

html {
    font-family: "EB Garamond", "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,
p .display-1, .display-2, .display-3, .display-4,
.nav-link, .lead {
    font-family: "EB Garamond", "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    text-wrap: balance;
}

.naslovi {
    font-size: clamp(1rem, 0rem + 8vw, 5rem);
    font-family: "EB Garamond", "Times New Roman", serif;
    font-style: normal;
    text-wrap: balance;
    line-height: 1;
    color: #9f7a58;
}

.naslov2 {
    font-size: clamp(1rem, 0rem + 8vw, 5rem);
    font-family: "EB Garamond", "Times New Roman", serif;
    font-style: normal;
    text-wrap: balance;
    line-height: 1;
    color: white;
}
