﻿@font-face {
    font-family: 'Allianz Neo';
    src: url('./ttf/AllianzNeoW01-Regular.ttf');
    src: url('./woff2/AllianzNeoW01-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('./ttf/AllianzNeoW01-Bold.ttf');
    src: url('./woff2/AllianzNeoW01-Bold.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'Allianz Neo Condensed';
    src: url('./ttf/AllianzNeoW01-Condensed.ttf');
    src: url('./woff2/AllianzNeoW01-Condensed.woff2') format('woff2');
}

@font-face {
    font-family: 'Allianz Neo Condensed';
    src: url('./ttf/AllianzNeoW01-CondensedBold.ttf');
    src: url('./woff2/AllianzNeoW01-CondensedBold.woff2') format('woff2');
    font-weight: bold;
}