@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/Conduit-ITC-Std-Font.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-ExtraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Conduit ITC';
    src: url('../fonts/ConduitITCStd-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}