@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Regular.otf') format('otf'),
         url('../fonts/larken-regular-webfont.woff2') format('woff2'),
         url('../fonts/larken-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Bold.otf') format('otf'),
         url('../fonts/larken-bold-webfont.woff2') format('woff2'),
         url('../fonts/larken-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: bold;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/larken-light-webfont.woff2') format('woff2'),
         url('../fonts/larken-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
