@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
:root {
  --primary-color: #e45b7c;
  --secondary-color: #3f7fbf;
}
[id$="-card"] {
  scroll-margin-top: 110px;
}

#flower-preservation,
#design-styles,
#design-shapes,
#how-it-works {
  scroll-margin-top: 60px;
}

body {
  margin: 0;
  padding: 0;

  font-family: "Inter", sans-serif !important;
}

.bg-primary {
  background-color: var(--primary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}
.border-primary {
  border: 2px solid var(--primary-color);
}
.border-secondary {
  border: 2px solid var(--secondary-color);
}
.bg-secondary {
  background-color: var(--secondary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.bg-accent {
  background: linear-gradient(135deg, #ffebf3 0%, #c3e6ff 100%) !important;
}
.bg-gradient-primary {
  background: linear-gradient(
    to right,
    var(--secondary-color),
    var(--primary-color)
  );
}

.reviews-slider p,
.writers-slider p {
  text-align: justify;
}

.content-align p {
  text-align: justify;
}

/* media css */

@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem !important;
    line-height: 2.34rem;
  }

  h2 {
    font-size: 1.5rem !important;
    line-height: 1.95rem;
    font-weight: bold;
  }

  h3 {
    font-size: 1.25rem !important;
    line-height: 1.69rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.125rem !important;
    line-height: 1.56rem;
    font-weight: bold;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.625rem !important;
    line-height: 3.15rem;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 2.5rem;
    font-weight: bold;
  }

  h3 {
    font-size: 1.625rem !important;
    line-height: 2.11rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.375rem !important;
    line-height: 1.88rem;
    font-weight: bold;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
}
