:root {
  --text-default: #333333;
  --primary-color: #0068e6;
  --secondary-color: #1d1a53;
  --accent-color: #f36b21;
}
html {
  font-size: 16px;
}
body {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: var(--text-default);
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--primary-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
  h2,
  .h2 {
    font-size: 2.875rem;
  }
  h3,
  .h3 {
    font-size: 2.125rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

/*  */
.px-0 {
  padding-inline: 0 !important;
}

.my-0 {
  margin-block: 0 !important;
}

.mt-large {
  margin-top: 80px !important;
}

@media screen and (min-width: 768px) {
  .mt-large {
    margin-top: 160px !important;
  }
}

.fw-thin {
  font-weight: 100;
}
.fw-extralight {
  font-weight: 200;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}

.flex-full {
  flex: 1 !important;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
  color: #ffffff !important;
}

/*  */
.text-body-lg {
  font-size: 22px;
}
.text-lg {
  font-size: 18px;
}

.btn {
}
.btn:hover {
}
/*  */

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*  */
.elementor-widget-icon > .elementor-icon-wrapper {
  line-height: 1;
}

.drop-shadow-sm {
  box-shadow: -10px 20px 60px 0 rgba(0, 0, 0, 0.15);
}

.drop-shadow-lg {
  box-shadow: -30px 40px 60px 0 rgba(0, 0, 0, 0.05);
}

.px-container {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .px-container {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 992px) {
  .px-container {
    padding-inline: 40px;
  }
}
