/*

Theme Name: Kereru Brewing
Theme URI: https://kererubrewing.co.nz
Author: 5FORESTS
Author URI: https://5forests.com
Description: Custom theme fro Kereru Brewing
Version: 1.0.0
Template: pro

*/

@font-face {
    font-family: 'darkheart';
    src: url('Darkheart-Regular.eot');
    src: local('Darkheart-Regular'),
    url('./fonts/Darkheart-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Darkheart-Regular.woff2') format('woff2'),
    url('./fonts/Darkheart-Regular.woff') format('woff'),
    url('./fonts/Darkheart-Regular.ttf') format('truetype'),
    url('./fonts/Darkheart-Regular.svg#Darkheart-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}


.darkheart {
    font-family: 'darkheart';
    -webkit-font-feature-settings: "kern" on, "liga" on, "rlig" on, "calt" on;
    -ms-font-feature-settings: "kern" on, "liga" on, "rlig" on, "calt" on;
    font-feature-settings: "kern" on, "liga" on, "rlig" on, "calt" on;
}