/* Advanexus Brand Theme */
:root {
    --brand-primary: #0ab39c;
}

.text-brand {
    color: var(--brand-primary) !important;
}

.bg-brand {
    background-color: var(--brand-primary) !important;
    color: #fff !important;
}

.border-brand {
    border-color: var(--brand-primary) !important;
}

.btn-brand {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
    color: #fff !important;
    font-weight: 600;
}

.btn-brand:hover {
    background-color: #099985 !important;
    border-color: #099985 !important;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  padding: 0 1.5rem;
}

header {
  padding: 1rem 0;
}