/*
 * Criteria CF Font Loading - Complete Family
 * 
 * Loading all weights and oblique versions of Criteria CF
 * Full commercial font family by Connary Fagen
 */

/* Criteria CF Thin */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-ThinOblique.otf') format('opentype');
    font-weight: 100;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Extra Light */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-ExtraLightOblique.otf') format('opentype');
    font-weight: 200;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Light */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-LightOblique.otf') format('opentype');
    font-weight: 300;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Regular */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-RegularOblique.otf') format('opentype');
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Medium */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-MediumOblique.otf') format('opentype');
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Demi Bold */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-DemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-DemiBoldOblique.otf') format('opentype');
    font-weight: 600;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Bold */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-BoldOblique.otf') format('opentype');
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Extra Bold */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-ExtraBoldOblique.otf') format('opentype');
    font-weight: 800;
    font-style: oblique;
    font-display: swap;
}

/* Criteria CF Super (Black) */
@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-Super.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Criteria CF';
    src: url('CriteriaCF-SuperOblique.otf') format('opentype');
    font-weight: 900;
    font-style: oblique;
    font-display: swap;
} 