/* font families */
body {
  font-family: "geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif;
}
.geist {
  font-family: "geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif;
}

/* colors */

.primary-green {
  color: #278754 !important;
}

.cyan-green {
  color: #25787c !important;
}

.primary-blue {
  color: #235aae !important;
}

/* font sizes */

.font-size-0 {
  font-size: 0.75rem; /* 12px */
}

.font-size-1 {
  font-size: 1rem; /* 16px */
}

.font-size-2 {
  font-size: 1.25rem; /* 20px */
}

.font-size-3 {
  font-size: 1.5rem; /* 24px */
}

.font-size-4 {
  font-size: 2rem; /* 32px */
}

.font-size-5 {
  font-size: 2.5rem; /* 40px */
}

.font-size-6 {
  font-size: 3rem; /* 48px */
}

/* font weights */
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/* Button Colors */
.btn-primary {
  background-color: #278754;
}

.btn-secondary {
  background-color: #25787c;
}

.btn-trinary {
  background-color: #235aae;
}

/* Card Body */
.price-card-body-custom {
  padding: 2rem 4rem;
  width: 100%;
}

/* Custom Border Color */
.border-custom-primary {
  border-color: #278754 !important;
}

.border-custom-secondary {
  border-color: #25787c !important;
}

.border-custom-trinary {
  border-color: #235aae !important;
}

/* Links */
.links {
  text-decoration: none;
}

/* Custom Buttons */
.nav-demo-btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #278754;
  border-radius: 0.5rem;
  color: white;
}
