/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: "Mirai Medium";
  src: url('webFonts/MiraiMedium/font.woff2') format('woff2'), 
       url('webFonts/MiraiMedium/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mirai Regular";
  src: url('webFonts/MiraiRegular/font.woff2') format('woff2'), 
       url('webFonts/MiraiRegular/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}