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

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

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

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

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

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

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

@font-face {
    font-family: 'Quinoa';
    src: url('Quinoa-Heavy.otf') format('opentype');
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: 'Quinoa';
    src: url('Quinoa-HeavyItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'Quinoa';
    src: url('Quinoa-Black.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'Quinoa';
    src: url('Quinoa-BlackItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 900;
}
