/*
Theme Name: Hello Elementor Child
Theme URI: https://yourdomain.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourdomain.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Thin */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: 'CenturyGothicCustom';
  src: url('/wp-content/uploads/fonts/CenturyGothicPaneuropeanBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Global font apply */
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div,
button, input, textarea, select,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-button,
.elementor-icon-list-text,
.elementor-image-box-title,
.elementor-image-box-description,
.elementor-post__title,
.elementor-nav-menu a {
  font-family: 'CenturyGothicCustom', sans-serif !important;
}