/*
Theme Name: Juliette Brieau Theme
Template: hello-elementor
Version: 1.0
Author: Mathilde Langle
*/



/* =========================================================
   BASE
========================================================= */

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Goudy Bookletter', serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #FEF8EC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sélection de texte */
::selection {
  background: #EEA2A8;
  color: #305214;
}

/* =========================================================
   TYPOGRAPHIE GLOBALE
========================================================= */

body,
button,
input,
select,
textarea {
  font-family: 'Goudy Bookletter', serif;
}

/* Titres */

h1, h2, h3, h4, h5, h6,
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
  font-family: 'Goudy Bookletter', serif;
  margin: 0 0 0.6em;
}

/* H1 */

h1,
.elementor h1,
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 65px;
  line-height: 1.05;
  font-weight: 400;
}

/* H2 */

h2,
.elementor h2,
.elementor-widget-heading h2.elementor-heading-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* H3 */

h3,
.elementor h3,
.elementor-widget-heading h3.elementor-heading-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Texte */

p,
li,
a,
span {
  font-size: 16px;
}



/* =========================================================
   CLASSE TYPO MANUSCRITE
========================================================= */

.typo-script,
.typo-script * {
  font-family: 'Mr Christo', cursive !important;
  font-weight: normal;
  text-transform: none !important;
  letter-spacing: 0 !important;
}


/* =========================================================
   BOUTONS PRINCIPAUX
========================================================= */

button,
.elementor-button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
  font-family: 'Goudy Bookletter', serif;
  font-size: 16px;
  text-transform: uppercase;

  background-color: #CD3D7C;
  color: #FFFFFF;

  padding: 16px 40px;

  border: none;
  border-radius: 0;

  cursor: pointer;
  transition: all 0.25s ease;
}

button:hover,
.elementor-button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: #EEA2A8;
  color: #FFFFFF;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {

  h1,
  .elementor h1 {
    font-size: 48px;
  }

  h2,
  .elementor h2 {
    font-size: 32px;
  }

  h3,
  .elementor h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {

  h1,
  .elementor h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2,
  .elementor h2 {
    font-size: 26px;
  }

  h3,
  .elementor h3 {
    font-size: 20px;
  }

  p,
  li,
  a,
  span {
    font-size: 16px;
  }
}