@font-face {
    font-family: 'Hero';
    src: url('../font/Hero_regular.ttf');
    url('../font/hero_regular.ttf') format('truetype'),
    url('../font/hero_light.ttf') format('truetype'),
    url('../font/hero_bold.ttf') format('truetype'),
    url('../font/Hero.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PROXON';
    src: url('../font/PROXON.ttf'),
    url('../font/PROXON.ttf') format('truetype'),
    url('../font/PROXON.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "PROXON", sans-serif !important;
    font-weight: 200 !important;
}