@import "tailwindcss";

@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-weight: 400;
  color: #222;
  background-color: #FFF7EE;
}


h1 { font-size: 56px; line-height: 1.2; font-weight: 600; }
h2 { font-size: 43px; line-height: 1.2; font-weight: 600; }
h3 { font-size: 36px; line-height: 1.6; font-weight: 600; }
h4 { font-size: 24px; line-height: 1.4; font-weight: 600; }
h5 { font-size: 20px; line-height: 1.4; font-weight: 600; }
h6 { font-size: 18px; line-height: 1.4; font-weight: 600; }

p, span, li, a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

small {
  font-weight: 300;
}


@media (max-width: 1024px) {
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  h3 { font-size: 28px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }

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


@media (max-width: 640px) {
  h1 { font-size: 32px; line-height: 1.3; }
  h2 { font-size: 26px; line-height: 1.3; }
  h3 { font-size: 22px; line-height: 1.4; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 15px; }

  p, span, li, a {
    font-size: 14px;
    line-height: 1.5;
  }
}
.phone-input-wrapper .phone-input-field:focus {
  border-bottom: 2px solid #E9500F !important; /* same as input focus */
  box-shadow: none !important;
}

/* @keyframes flowLine {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}

.animate-flow {
  animation: flowLine 2s linear infinite;
  background-size: 100% 200%;
} */
