.btn {
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: white;
  background-color: var(--color-brand--primary);
  display: inline-block;
}
.btn:hover {
  cursor: pointer;
}
.btn.active, .btn:hover {
  background-color: var(--color-brand--secondary);
}
.btn.danger {
  background-color: var(--color-red-500);
}
.btn.danger:hover {
  background-color: var(--color-red-800);
}

input, textarea, select {
  border-radius: 0.5rem;
  padding: 0.3rem;
  border: 1px solid #354758;
}

button {
  border-radius: 0.5rem;
  padding: 0.7rem;
  color: white;
  background-color: #354758;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3 {
  font-weight: 600;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  color: var(--color-brand--primary);
}

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

h1 .primary {
  color: var(--color-brand--primary);
}

h2 .primary {
  color: var(--color-brand--secondary);
}

h3 .primary {
  color: var(--color-brand-700);
}

#header {
  text-align: center;
  background-color: #1a1a1a;
  color: #fff;
}
#header img.logo {
  width: 80px;
  height: 80px;
  align-content: center;
}
#header ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

#footer {
  margin-top: auto;
}

:root {
  --color-brand--primary: #0aab96;
  --color-brand--secondary: #1a89c9;
  --color-brand--tertiary: var(--color-brand-700);
  --color-brand--1: #27404c;
  --color-brand--2: #06101a;
  --color-background--1: #f4f3e1;
  --ifm-color-primary: #2e8555;
  --header: #F5F1EB;
  --color-brand-50: #1f2937;
  --color-brand-600: #2e8555;
  --color-brand-700: #2a8151;
  --border-radius-sm: .4rem;
  --border-radius-md: .6rem;
  --color-grey-0: #fcfdff;
  --color-grey-50: #f9fafb;
  --color-grey-100: #f3f4f6;
  --color-grey-200: #e5e7eb;
  --color-grey-300: #d1d5db;
  --color-grey-400: #9ca3af;
  --color-grey-500: #6b7280;
  --color-grey-600: #4b5563;
  --color-grey-700: #374151;
  --color-grey-800: #1f2937;
  --color-grey-900: #111827;
  --color-blue-100: #e0f2fe;
  --color-blue-700: #0369a1;
  --color-green-100: #dcfce7;
  --color-green-700: #15803d;
  --color-yellow-100: #fef9c3;
  --color-yellow-700: #a16207;
  --color-silver-100: #e5e7eb;
  --color-silver-700: #374151;
  --color-indigo-100: #e0e7ff;
  --color-indigo-700: #4338ca;
  --color-red-100: #fee2e2;
  --color-red-500: #b91c1c;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-gold: #a07330;
  --backdrop-color: rgba(255, 255, 255, 0.1);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0px 0.6rem 2.4rem rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 2.4rem 3.2rem rgba(0, 0, 0, 0.12);
  --image-grayscale: 0;
  --image-opacity: 100%;
}

html,
body {
  height: 100%;
}

body {
  background: rgb(241, 244, 249) linear-gradient(80deg, #fdfbfb 0%, #ebedee 100%);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  color: #12151d;
  font-family: Arial, sans-serif;
}

#main-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.admin #header img.logo {
  width: 40px;
  height: 40px;
}

/*# sourceMappingURL=theme.output.css.map */
