/* black */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 900;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Black.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 900;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-BlackItalic.otf) format('opentype');
}

/* extra bold */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 800;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-ExtraBold.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 800;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-ExtraBoldItalic.otf) format('opentype');
}

/* bold */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 700;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 700;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-BoldItalic.otf) format('opentype');
}



/* semi bold*/
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 600;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 600;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-SemiBoldItalic.otf) format('opentype');
}


/* medium */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 500;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 500;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-MediumItalic.otf) format('opentype');
}

/* regular */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 400;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-style: italic;
    font-weight: 400;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Italic.otf) format('opentype');
}

/* light */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 300;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Light.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 300;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-LightItalic.otf) format('opentype');
}

/* extra light */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 200;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-ExtraLight.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 200;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-ExtraLightItalic.otf) format('opentype');
}

/* thin */
@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 100;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'VendorGreenwich';
    font-weight: 100;
    font-style: italic;
    src: local('VendorGreenwich'), url(./Greenwich/Greenwich-ThinItalic.otf) format('opentype');
}
