
/* Light  ------------------------------------------------------------------*/

@font-face {
    font-family: 'Otto';
    src: url('otto-light-webfont.woff2') format('woff2'),
         url('otto-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Otto';
    src: url('otto-lightitalic-webfont.woff2') format('woff2'),
         url('otto-lightitalic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}


/* Regular ------------------------------------------------------------------*/

@font-face {
    font-family: 'Otto';
    src: url('otto-regular-webfont.woff2') format('woff2'),
         url('otto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Otto';
    src: url('otto-italic-webfont.woff2') format('woff2'),
         url('otto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


/* Bold ------------------------------------------------------------------*/

@font-face {
    font-family: 'Otto';
    src: url('otto-bold-webfont.woff2') format('woff2'),
         url('otto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Otto';
    src: url('otto-bolditalic-webfont.woff2') format('woff2'),
         url('otto-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}

