/* Cinzel — local TTF (decorative serif) */
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Apply Cinzel globally as the primary font. */
html, body,
input, select, textarea, button, optgroup,
h1, h2, h3, h4, h5, h6,
.btn, .nav, .navbar, .form-control,
.card, .card-header, .card-body, .modal,
.aiz-megabox-elem, .table, .dropdown-menu,
.fw-300, .fw-400, .fw-500, .fw-600, .fw-700, .fw-800, .fw-900 {
    font-family: 'Cinzel', 'Proxima Nova', 'Public Sans', Georgia, serif !important;
}
