/*
Theme Name: Hello Elementor Child
Theme URI: 
Description: Child theme
Template: hello-elementor
Version: 1.0
*/

/* @import url("../hello-elementor/style.css");

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, serif;
}

.fonts-stage-1-loaded body {
  font-family: "Gibson Light", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
}

.fonts-stage-1-loaded h2,
.fonts-stage-1-loaded h3,
.fonts-stage-1-loaded h4,
.fonts-stage-1-loaded h5,
.fonts-stage-1-loaded h6 {
  font-family: "Quinn Display", Georgia, Times, serif;
}

.fonts-stage-1-loaded h1 {
  font-family: "Gibson Light", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
}

.fonts-stage-2-loaded strong,
.fonts-stage-2-loaded b,
.fonts-stage-2-loaded .bold,
.fonts-stage-2-loaded h1 {
  font-family: "Gibson Medium", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
}

@font-face {
  font-family: "Gibson Light";
  src: url("/wp-content/themes/hello-elementor-child/fonts/Gibson-Light.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gibson Medium";
  src: url("/wp-content/themes/hello-elementor-child/fonts/Gibson-Medium.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quinn Display";
  src: url("/wp-content/themes/hello-elementor-child/fonts/Quinn-Display-Light.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */
