/* Quinoa */
@font-face { 
    font-family: 'Quinoa';
    src: url('otf/Quinoa-Thin.otf') format('opentype');
    font-style: normal;
    font-weight: 200;
}
@font-face { 
    font-family: 'Quinoa';
    src: url('otf/Quinoa-ThinItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-LightItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-RegularItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-MediumItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-Semibold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-SemiboldItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Quinoa';
    src: url('otf/Quinoa-BoldItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 700;
}
