/* Odonata Custom Fonts */

/* Silka Light (300) */
@font-face {
    font-family: 'Silka';
    src: url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-light-webfont.woff2') format('woff2'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-light-webfont.woff') format('woff'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Silka Regular (400) */
@font-face {
    font-family: 'Silka';
    src: url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-regular-webfont.woff2') format('woff2'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-regular-webfont.woff') format('woff'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Silka Medium (500) */
@font-face {
    font-family: 'Silka';
    src: url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-medium-webfont.woff2') format('woff2'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-medium-webfont.woff') format('woff'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Silka Semi-bold (600) */
@font-face {
    font-family: 'Silka';
    src: url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-semibold-webfont.woff2') format('woff2'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-semibold-webfont.woff') format('woff'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Silka Bold (700) */
@font-face {
    font-family: 'Silka';
    src: url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-bold-webfont.woff2') format('woff2'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-bold-webfont.woff') format('woff'),
         url('Silka-Complete-Webfont/Silka-Roman-Webfont/silka-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
