@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

.get-started-form {
  @media (max-width: 640px) {
    height: 85%;
  }
}

.image-blocks {
  width: 5rem;
  height: 5rem;

  @media (max-width: 640px) {
    width: 4rem;
    height: 4rem;
  }
}

.image-grid {
  grid-template-columns: repeat(auto-fit, 70px);

  @media (max-width: 640px) {
    grid-template-columns: repeat(auto-fit, 60px);
  }
}

.btn-secondary {
  background-color: #fefae0;
  color: #283618
}

.text-green-primary {
  color: #3A606E;
}

.btn-green-secondary {
  border: 1px solid #3A606E;
  transition: background-color 0.3s, color 0.3s;
}

.btn-green-secondary:hover {
  background-color: #3A606E;
  color: white;
}

.bg-red-primary {
  background-color: #F25757;
}

.bg-red-secondary {
  background-color: #ED7E7E;
}

.btn-primary {
  background-color: #F25757;
}

.btn-primary:hover {
  background-color: #ED7E7E;
}

p, a, h1, span {
  color: #3A606E;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.step-border {
  border: 2px solid #283618;
}

/* Account Tab Styles */
.tab-button {
  border: 2px solid transparent;
}

.tab-active {
  background-color: #283618;
  color: #fefae0;
  border-color: #283618;
}

.tab-inactive {
  background-color: #fefae0;
  color: #283618;
  border-color: #283618;
}

.tab-inactive:hover {
  background-color: #f7f3d0;
}


/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
