@font-face {

    font-family: 'FreightNeoPro';

    src: url('../fonts/freightneo-pro/FreightNeo_Pro_Medium.woff2') format('woff2'),

         url('../fonts/freightneo-pro/FreightNeo_Pro_Medium.woff') format('woff'),

         url('../fonts/freightneo-pro/FreightNeo_Pro_Medium.ttf') format('truetype');

    font-weight: 500; /* Medium */

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'FreightNeoPro';

    src: url('../fonts/freightneo-pro/FreightNeo_Pro_Light.woff2') format('woff2'),

         url('../fonts/freightneo-pro/FreightNeo_Pro_Light.woff') format('woff'),

         url('../fonts/freightneo-pro/FreightNeo_Pro_Light.ttf') format('truetype');

    font-weight: 300; /* Medium */

    font-style: normal;

    font-display: swap;

}