/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/

@font-face {
    font-family: 'scandia';
    src: url('../fonts/scandia_bold-webfont.woff2') format('woff2'),
         url('../fonts/scandia_bold-webfont.woff') format('woff'),
         url('../fonts/scandia_bold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'scandia';
    src: url('../fonts/scandia_medium-webfont.woff2') format('woff2'),
         url('../fonts/scandia_medium-webfont.woff') format('woff'),
         url('../fonts/scandia_medium-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'scandia';
    src: url('../fonts/scandia_regular-webfont.woff2') format('woff2'),
         url('../fonts/scandia_regular-webfont.woff') format('woff'),
         url('../fonts/scandia_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'aktiv';
    src: url('../fonts/AktivGroteskEx-Black.woff2') format('woff2'),
         url('../fonts/AktivGroteskEx-Black.woff') format('woff'),
         url('../fonts/AktivGroteskEx-Black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.font-title {
    font-family: aktiv;
}

div,
p,
.font-body {
    font-family: 'Sora', sans-serif;
}
