/**
 * @package BBD Full Page
 * Template Name - BBD Full Page
 * @author Julien Cleon (Paperjuice)
 * @copyright Copyright (c) 2018 Belanger Branding Design
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */

/* FONTS */

@font-face {
    font-family: 'Karmilla';
    src: url('fonts/karmilla-bold-016-webfont.eot');
    src: url('fonts/karmilla-bold-016-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/karmilla-bold-016-webfont.woff2') format('woff2'),
         url('fonts/karmilla-bold-016-webfont.woff') format('woff'),
         url('fonts/karmilla-bold-016-webfont.ttf') format('truetype'),
         url('fonts/karmilla-bold-016-webfont.svg#karmillabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Karmilla';
    src: url('fonts/karmilla-regular-016-webfont.eot');
    src: url('fonts/karmilla-regular-016-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/karmilla-regular-016-webfont.woff2') format('woff2'),
         url('fonts/karmilla-regular-016-webfont.woff') format('woff'),
         url('fonts/karmilla-regular-016-webfont.ttf') format('truetype'),
         url('fonts/karmilla-regular-016-webfont.svg#karmillaregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

