/*
Theme Name: Hoshi
Theme URI: http://hoshi.mikado-themes.com/
Description: A Modern Theme for Digital Agencies and Freelancers
Author: Mikado Themes
Author URI: http://demo.mikado-themes.com
Text Domain: hoshi
Version: 1.5
License: GNU General Public License
License URI: licence/GPL.txt
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@font-face {
    font-family: 'Delight';
    src: url('assets/css/fonts/delight.woff2') format('woff2'),
    url('assets/css/fonts/delight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Delight', "Open Sans", serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Delight', "Open Sans", serif !important;
}

p {
    font-family: 'Delight', "Open Sans", serif !important;
}

.mkd-main-menu ul li a {
    font-family: 'Delight', "Open Sans", serif !important;
}