/*
Theme Name: Mr.Trick
Template: Impreza
Version: 1.0
Author:	Mr. Trick
Theme URI: https://mrtrick.me/
Author URI: https://mrtrick.me/
*/

/*Add your own styles here:*/

@font-face {
  font-family: 'Beausite Fit';
  src: url('/wp-content/themes/Mr.Trick/fonts/beausite-fit-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beausite Fit';
  src: url('/wp-content/themes/Mr.Trick/fonts/beausite-fit-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beausite Fit';
  src: url('/wp-content/themes/Mr.Trick/fonts/beausite-fit-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body, h1, h2, h3, p, div, * {
  font-family: 'Beausite Fit', sans-serif;
}


