@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC-LightItalic.woff2') format('woff2'),
        url('ConduitITC-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC-Light.woff2') format('woff2'),
        url('ConduitITC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITCStd-Regular.woff2') format('woff2'),
        url('ConduitITCStd-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC.woff2') format('woff2'),
        url('ConduitITC.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC-MediumItalic.woff2') format('woff2'),
        url('ConduitITC-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC-Medium.woff2') format('woff2'),
        url('ConduitITC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC-BoldItalic.woff2') format('woff2'),
        url('ConduitITC-BoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('ConduitITC-Bold.woff2') format('woff2'),
        url('ConduitITC-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

