/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 
 @font-face {
  font-family: 'BebasNeue';
  src: url('assets/fonts/BebasNeue-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter-VariableFont_opsz,wght.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} 

:root {
  --theme-font-family: 'Inter', sans-serif;
}

body {
  --theme-font-family: 'Inter', sans-serif;
}
 
#header,
#header .site-title,
h1,h2,h3,h4,h5,h6{
  --theme-font-family: 'BebasNeue'; 
}
