/*
Theme Name: Gable Child Theme
Theme URI: https://gable.themerex.net/
Description: Gable is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.12.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: business, construction, corporate, engineering, factory, gas, industrial, industry, machinery, manufacturing, mechanical, oil, plant, power, refinery
Text Domain: gable
Template: gable
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */



/* =========================
   EUCLID CIRCULAR A - FONTS
   ========================= */

/* Light */
@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-Light.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-LightItalic.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-Regular.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-Italic.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-Medium.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-MediumItalic.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-SemiBold.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-SemiBoldItalic.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-Bold.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EuclidCircularA";
  src: url("./fonts/EuclidCircularA-BoldItalic.woff2") format("woff2"),
       url("./fonts/EuclidCircularA-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


/* =========================
   GLOBAL USAGE
   ========================= */

body {
  font-family: "EuclidCircularA", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
}

/* Paragraphs */
p {
  font-family: "EuclidCircularA", sans-serif;
  font-weight: 400;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "EuclidCircularA", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

/* Strong / emphasis */
strong {
  font-weight: 600;
}

/* Inputs */
input, textarea, button {
  font-family: "EuclidCircularA", sans-serif;
}