/**
 * @file
 * CSS for font imports.
 */




/**
 * IBM Plex Sans
 */
/*
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');
*/



/**
 * IBM Plex Mono
 */
/*
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');
*/




/**
 * FreightDisplay
 */
@font-face {
font-family: "FreightDisplay";
src: url('../../typeface/FreightDisplay/FreightDisplay-MediumItalic.woff2') format('woff2'),
     url('../../typeface/FreightDisplay/FreightDisplay-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}




/**
 * FreightSans
 */
@font-face {
font-family: "FreightSans";
src: url('../../typeface/FreightSans/FreightSans-Medium.woff2') format('woff2'),
     url('../../typeface/FreightSans/FreightSans-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "FreightSans";
src: url('../../typeface/FreightSans/FreightSans-MediumItalic.woff2') format('woff2'),
     url('../../typeface/FreightSans/FreightSans-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "FreightSans";
src: url('../../typeface/FreightSans/FreightSans-SemiBold.woff2') format('woff2'),
     url('../../typeface/FreightSans/FreightSans-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "FreightSans";
src: url('../../typeface/FreightSans/FreightSans-SemiBoldItalic.woff2') format('woff2'),
     url('../../typeface/FreightSans/FreightSans-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}


/**
 * FreightText
 */
@font-face {
font-family: "FreightText";
src: url('../../typeface/FreightText/FreightText-Book.woff2') format('woff2'),
     url('../../typeface/FreightText/FreightText-Book.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "FreightText";
src: url('../../typeface/FreightText/FreightText-BookItalic.woff2') format('woff2'),
     url('../../typeface/FreightText/FreightText-BookItalic.woff') format('woff');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "FreightText";
src: url('../../typeface/FreightText/FreightText-Bold.woff2') format('woff2'),
     url('../../typeface/FreightText/FreightText-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "FreightText";
src: url('../../typeface/FreightText/FreightText-BoldItalic.woff2') format('woff2'),
     url('../../typeface/FreightText/FreightText-BoldItalic.woff') format('woff');
font-weight: 700;
font-style: italic;
font-display: swap;
}