/*
Theme Name: Ewed
Theme URI: http://www.slnm.nl/
Author: Sjoerd Lohuis Nieuwe Media
Author URI: http://www.sjoerdlohuis.nl/
Description: This is a custom theme developed specifically for this project.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ewed
*/

@font-face {
    font-family: 'MarkOT';
    src: url('./fonts/markot/MarkOT.woff2') format('woff2');
    font-weight: 300;
}
  
@font-face {
    font-family: 'MarkOT';
    src: url('./fonts/markot/MarkOT-Bold.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/roboto/roboto-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/roboto/roboto-Regular-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/roboto/roboto-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}