/* Light */
@font-face {
    font-family: 'Ostrich Sans';
    src: url('otf/OstrichSans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Same weight as Light, only dashed */
@font-face {
    font-family: 'Ostrich Sans Dashed';
    src: url('otf/OstrichSansDashed-Medium.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* “Medium” is only regular available */
@font-face {
    font-family: 'Ostrich Sans';
    src: url('otf/OstrichSans-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* Rounded has same weight as “Medium”, i.e., regular */
@font-face {
    font-family: 'Ostrich Sans Rounded';
    src: url('otf/OstrichSansRounded-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* Inline */
@font-face {
    font-family: 'Ostrich Sans Inline';
    src: url('otf/OstrichSansInline-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ostrich Sans Inline';
    src: url('otf/OstrichSansInline-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

/* Bold Regular, Inline and Rounded
   “Black” is really Bold */
@font-face {
    font-family: 'Ostrich Sans';
    src: url('otf/OstrichSans-Black.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
/* “Bold” is really Bold Inline */
@font-face {
    font-family: 'Ostrich Sans Inline';
    src: url('otf/OstrichSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
/* “Heavy” is really Bold Rounded */
@font-face {
    font-family: 'Ostrich Sans Rounded';
    src: url('otf/OstrichSans-Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
