/*
Theme name: Ladies of Liberty

Theme URI: https://lola.maintask.dev/

Author: Maintask

Author URI: https://maintask.io/

Description: Theme created for the Ladies of Liberty website project

Version: 1.0.0.
*/
/*Main styles*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body,
body p {
  font-family: "Poppins", Sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #1d1c1c;
}

a {
  color: #1d1c1c;
  text-decoration: none;
}

p a:after,
p li a:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -2px;
  background-size: 200% 100%;
  background-position: right center;
  transition: all 1s ease;
  background-image: linear-gradient(to right, #FEC415, 50%, #FEE8B5, 50%);
}

p a:hover:after,
p li a:hover:after {
  background-position: left center;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1.29em;
  letter-spacing: 0;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33em;
  letter-spacing: 0;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44em;
  letter-spacing: 0;
}

h6,
.elementor-widget-heading h6.elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0;
}

.elementor-section>.elementor-container {
  max-width: 1260px;
}

/*End of Main styles*/
/*Responsive styles*/
@media screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

/*End of Responsive styles*/