/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/
:root {
  --theme-font-family: 'Inter', sans-serif;
  --theme-font-heading: 'Playfair Display', serif;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/blocksy-child/assets/fonts/inter-medium.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/blocksy-child/assets/fonts/inter-regular.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/wp-content/themes/blocksy-child/assets/fonts/playfair-regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/wp-content/themes/blocksy-child/assets/fonts/playfair-semibold.woff2') format('woff2');
  font-weight: 600;
}

body{
  font-family: 'Inter', sans-serif; !important;
  color:blue;
}

h1, h2, h3, h4, h5, h6 {

  font-family: 'Playfair Display', serif;
  color: red;
}