@font-face {
    font-family: 'Ostrog';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    font-size: 2.5rem;
    src: url('../fonts/Ostrog.ttf') format('truetype');
}

@font-face {
    font-family: 'OstrogFull';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    font-size: 2.5rem;
    src: url('../fonts/OstrogFull.ttf') format('truetype');
}

.cs-ostrog {
    font-family: "OstrogFull", "Ostrog", "triodion-ieUcs", serif;
    font-size: 140%;
}

