@font-face {
    font-family: 'Elza';
    src: url('/fonts/elza/Elza-Narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Elza';
    src: url('/fonts/elza/Elza-NarrowMedium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Elza';
    src: url('/fonts/elza/Elza-NarrowMediumOblique.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: oblique;
}

@font-face {
    font-family: 'Elza';
    src: url('/fonts/elza/Elza-NarrowOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'Elza';
    src: url('/fonts/elza/Elza-NarrowSemibold.ttf') format('truetype');
    font-weight: 600; /* Semibold */
    font-style: normal;
}

@font-face {
    font-family: 'Elza';
    src: url('/fonts/elza/Elza-NarrowSemiboldOblique.ttf') format('truetype');
    font-weight: 600; /* Semibold */
    font-style: oblique;
}
