@charset "utf-8";
/*
************************************************************
File        : fonts.css
Author      : LisaPaige (dev@lisapaige.com)
************************************************************
*/

/*Header Fonts*/

@font-face {
    font-family: 'header';
    src: url('../fonts/munro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*Body Font*/

@font-face {
    font-family: 'body';
    src: url('../fonts/windows_regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}