/* Book (400/Normal)*/

@font-face {
    font-family: 'freight-sans-pro';
    src: url('/fonts/freigsanprobook-webfont.woff2') format('woff2'),
         url('/fonts/freigsanprobook-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'freight-sans-pro';
    src: url('/fonts/freigsanprobookit-webfont.woff2') format('woff2'),
         url('/fonts/freigsanprobookit-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    font-stretch: normal;
}

/* Medium (500) */

@font-face {
    font-family: 'freight-sans-pro';
    src: url('/fonts/freigsanpromed-webfont.woff2') format('woff2'),
         url('/fonts/freigsanpromed-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'freight-sans-pro';
    src: url('/fonts/freigsanpromedit-webfont.woff2') format('woff2'),
         url('/fonts/freigsanpromedit-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    font-stretch: normal;
}

/* Semi (600)*/

@font-face {
    font-family: 'freight-sans-pro';
    src: url('/fonts/freigsanprosem-webfont.woff2') format('woff2'),
         url('/fonts/freigsanprosem-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'freight-sans-pro';
    src: url('/fonts/freigsanprosemit-webfont.woff2') format('woff2'),
         url('/fonts/freigsanprosemit-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    font-stretch: normal;
}