/*!
Theme Name: Cherito Child theme
Theme URI: https://bracketweb.com/cheritowp/
Template: cherito
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Cherito WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cherito-child
*/

@font-face {
  font-family: 'Sketchon';
  src: url('./fonts/Sketchon.woff') format('woff'),
       url('./fonts/Sketchon.ttf') format('truetype'),
       url('./fonts/Sketchon.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helixa';
  src: url('./fonts/Helixa-Black.woff2') format('woff2'),
       url('./fonts/Helixa-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helixa';
  src: url('./fonts/Helixa-Bold.woff2') format('woff2'),
       url('./fonts/Helixa-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Helixa';
  src: url('./fonts/Helixa-Regular.woff2') format('woff2'),
       url('./fonts/Helixa-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helixa';
  src: url('./fonts/Helixa-Thin.woff2') format('woff2'),
       url('./fonts/Helixa-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
h1, h2, h3,h4, h6 {
  font-family: "sidenote-variable" !important;
	font-weight:700!important;

}
body, p, li, span, a, div {
  font-family: 'Helixa', sans-serif !important;
}

