:root {
  --theme-font: "Outfit", sans-serif;
  --theme-heading-color: #283044;
  --theme-color: #020a2c;
  --theme-text-color: #898989;
  --theme-info-color: #01b2e0;
  --theme-white-color: #ffffff;
  --theme-secondary-color: #f2f5fa;
  --theme-light-secondary: #d7dbe0;
  --theme-dark-secondary: #d6d6d6;
}

body {
  font-size: 1rem;
  font-family: var(--theme-font);
  color: var(--theme-text-color);
}

.button_bg_outine_custom {
  background: transparent;
  color: var(--font-color);
  border: 2px solid var(--theme-color);
}

.btn_custom {
  font-family: var(--theme-font) !important;
  font-size: 0.938rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  text-transform: capitalize !important;
  border-radius: 2.313rem !important;
  padding: 0.625rem 1.25rem !important;
  display: inline-block;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-heading-color);
  font-family: var(--theme-font);
  font-weight: 700;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3.125rem;
}

h3 {
  font-size: 2.5rem;
}

h5 {
  font-size: 1.25rem;
}

.btn_custom {
  font-family: var(--theme-font) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  padding: 0.8rem 2.5rem !important;
  text-transform: capitalize;
}

.btn_custom_info {
  background-color: var(--theme-info-color) !important;
  color: var(--theme-white-color) !important;
}
.btn_custom_info:hover {
  color: var(--theme-white-color) !important;
  background-color: var(--theme-color) !important;
}

.custom_outline_light_button {
  background-color: transparent !important;
  color: var(--theme-white-color) !important;
  border: 1px solid var(--theme-white-color);
}
.custom_outline_light_button:hover {
  color: var(--theme-white-color) !important;
  background-color: var(--theme-info-color) !important;
  border-color: var(--theme-info-color);
}

.custom_outline_info_button {
  background-color: transparent !important;
  color: var(--theme-info-color) !important;
  border: 1px solid var(--theme-info-color);
}
.custom_outline_info_button:hover {
  color: var(--theme-white-color) !important;
  background-color: var(--theme-info-color) !important;
  border-color: var(--theme-info-color);
}

/*** date placeholder change *******************/
.empty {
  color: var(--theme-text-color);
}/*# sourceMappingURL=global.css.map */