/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

@font-face {
  font-family: 'carnac-r';
  src: url('fonts/Carnac-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carnac-m';
  src: url('fonts/Carnac-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carnac-bold';
  src: url('fonts/Carnac-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  
}

@font-face {
  font-family: 'carnac-l';
  src: url('fonts/Carnac-LightIt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.carnac-r {
  font-family: 'carnac-r', sans-serif;
  font-weight: normal !important;
}

.carnac-m {
  font-family: 'carnac-m', sans-serif;
  font-weight: 700 !important;
}

.carnac-b {
  font-family: 'carnac-bold', sans-serif;
  font-weight: bold !important;
}

.carnac-l {
  font-family: 'carnac-l', sans-serif;
  font-weight: 100 !important;
}

body, p, h1, h2, h3 {
  font-family: 'carnac-r', sans-serif !important;
}