body { background: #b005bb }
/* Custom colors */
.text-custom-100, .text-default-100 { color: #ffceff; }
.text-custom-300, .text-default-300 { color: #cd81d1; }
.text-custom-500, .text-default-500 { color: #b005bb; }
.text-custom-700, .text-default-700 { color: #8a0193; }
.text-custom-900, .text-default-900 { color: #690175; }
.bg-custom-100, .bg-default-100 { background-color: #ffceff; }
.bg-custom-300, .bg-default-300 { background-color: #cd81d1; }
.bg-custom-500, .bg-default-500 { background-color: #b005bb; }
.bg-custom-700, .bg-default-700 { background-color: #8a0193; }
.bg-custom-900, .bg-default-900 { background-color: #690175; }
.border-custom-100, .border-default-100 { border-color: #ffceff; }
.border-custom-300, .border-default-300 { border-color: #cd81d1; }
.border-custom-500, .border-default-500 { border-color: #b005bb; }
.border-custom-700, .border-default-700 { border-color: #8a0193; }
.border-custom-900, .border-default-900 { border-color: #690175; }

/* Custom sections */
.site-custom .section-default a { color: #8a0193; }
.site-custom .section-default a.text-white { color: white; }
.site-custom .section-default.text-dark { color: #690175; }
.site-custom .section-default .content a { box-shadow: inset 0 -0.05rem 0 0 color: #b005bb; transition: box-shadow 0.2s; }
.site-custom .section-default .content a:hover { box-shadow: inset 0 -2.0rem 0 0 #ffceff; }
.site-custom .section-default .heading-sm { color: #8a0193; }
.site-custom .section-default .heading-lg { color: #b005bb; }
.site-custom .section-default .content h1, .site-custom .section-default .content h2, .site-custom .section-default .content h3 { color: #b005bb; }

.site-custom .section-default .btn-dark { background: #8a0193; color: white; }
.site-custom .section-default .btn-dark:hover { background: #b005bb; color: white; }
.site-custom .section-default .btn-ghost { border-color: #8a0193; color: #8a0193; }
.site-custom .section-default .btn-ghost:hover { border-color: #b005bb; color: #b005bb; }

.site-custom .section-default .bg-dark { background-color: #8a0193; }
.site-custom .section-default .bg-light { background-color: #ffceff; }
.site-custom .section-default .border-color { border-color: #b005bb; }
.site-custom .section-default .checklist li::before { color: #b005bb; }
:root {
  --fa-primary-color: #8a0193;
  --fa-secondary-color: #cd81d1;
}
figcaption { background-color: #ffceff; }
.site-custom .section-default .tablepress thead th { background-color: #ffceff; }
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
color: #8a0193;
}
.nav-links .page-numbers { background: #8a0193; color: #fff; }
.nav-links a.page-numbers:hover { background: #cd81d1; }
.nav-links .page-numbers.current {
  background: #ffceff;
  color: #8a0193;
  border-color: #8a0193;
}
