/* Fonts CSS */

/* stylelint-disable */
@font-face {
	font-family: 'GillSans';
	src: url('fonts/GillSansMT.eot?#iefix') format('embedded-opentype'),  url('fonts/GillSansMT.woff') format('woff'), url('fonts/GillSansMT.ttf')  format('truetype'), url('fonts/GillSansMT.svg#GillSansMT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMT-Light';
	src: url('fonts/GillSansMT-Lt.eot?#iefix') format('embedded-opentype'),  url('fonts/GillSansMT-Lt.woff') format('woff'), url('fonts/GillSansMT-Lt.ttf')  format('truetype'), url('fonts/GillSansMT-Lt.svg#GillSansMT-Lt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSans-Condensed';
	src: url('fonts/GillSansMT-Condensed.eot?#iefix') format('embedded-opentype'),  url('fonts/GillSansMT-Condensed.woff') format('woff'), url('fonts/GillSansMT-Condensed.ttf')  format('truetype'), url('fonts/GillSansMT-Condensed.svg#GillSansMT-Condensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansMT-Bold';
	src: url('fonts/GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/GillSansMT-Bold.woff') format('woff'), url('fonts/GillSansMT-Bold.ttf')  format('truetype'), url('fonts/GillSansMT-Bold.svg#GillSansMT-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProBlack-Italic.woff2') format('woff2'),
        url('freight-text/FreightTextProBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProBlack-Regular.woff2') format('woff2'),
        url('freight-text/FreightTextProBlack-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProBold-Italic.woff2') format('woff2'),
        url('freight-text/FreightTextProBold-Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProLight-Italic.woff2') format('woff2'),
        url('freight-text/FreightTextProLight-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProMedium-Italic.woff2') format('woff2'),
        url('freight-text/FreightTextProMedium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProBold-Regular.woff2') format('woff2'),
        url('freight-text/FreightTextProBold-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro Book';
    src: url('freight-text/FreightTextProBook-Italic.woff2') format('woff2'),
        url('freight-text/FreightTextProBook-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProLight-Regular.woff2') format('woff2'),
        url('freight-text/FreightTextProLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro Book';
    src: url('freight-text/FreightTextProBook-Regular.woff2') format('woff2'),
        url('freight-text/FreightTextProBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProMedium-Regular.woff2') format('woff2'),
        url('freight-text/FreightTextProMedium-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProSemibold-Italic.woff2') format('woff2'),
        url('freight-text/FreightTextProSemibold-Italic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightText Pro';
    src: url('freight-text/FreightTextProSemibold-Regular.woff2') format('woff2'),
        url('freight-text/FreightTextProSemibold-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

