/* Thin */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Thin.woff2') format('woff2'), url('/fonts/Objectivity-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-ThinSlanted.woff2') format('woff2'), url('/fonts/Objectivity-ThinSlanted.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Light.woff2') format('woff2'), url('/fonts/Objectivity-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-LightSlanted.woff2') format('woff2'), url('/fonts/Objectivity-LightSlanted.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Regular.woff2') format('woff2'), url('/fonts/Objectivity-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-RegularSlanted.woff2') format('woff2'), url('/fonts/Objectivity-RegularSlanted.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Medium.woff2') format('woff2'), url('/fonts/Objectivity-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-MediumSlanted.woff2') format('woff2'), url('/fonts/Objectivity-MediumSlanted.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Bold.woff2') format('woff2'), url('/fonts/Objectivity-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-BoldSlanted.woff2') format('woff2'), url('/fonts/Objectivity-BoldSlanted.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-ExtraBold.woff2') format('woff2'), url('/fonts/Objectivity-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-ExtraBoldSlanted.woff2') format('woff2'), url('/fonts/Objectivity-ExtraBoldSlanted.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Black.woff2') format('woff2'), url('/fonts/Objectivity-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-BlackSlanted.woff2') format('woff2'), url('/fonts/Objectivity-BlackSlanted.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Super */
@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-Super.woff2') format('woff2'), url('/fonts/Objectivity-Super.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'Objectivity';
    src: url('/fonts/Objectivity-SuperSlanted.woff2') format('woff2'), url('/fonts/Objectivity-SuperSlanted.otf') format('opentype');
    font-weight: 950;
    font-style: italic;
}