@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Italic.otf');
    font-weight: 400;
    font-style: itallic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-MediumItalic.otf');
    font-weight: 500;
    font-style: itallic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-BoldItalic.otf');
    font-weight: 700;
    font-style: itallic;
}

@font-face {
    font-family: 'Allura';
    src: url('Allura-Regular.otf');
    font-weight: 400;
    font-style: normal;
}