html {
  font-size: 14px;
}

.logo-mark {
  mix-blend-mode: screen;
}

.font-logo {
  font-style: normal;
}

nav a { text-underline-offset: 5px; }

.social-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* Quill editor */
.quill-wrapper .ql-toolbar { border-radius: 0.5rem 0.5rem 0 0; border-color: #d1d5db; background: #f9fafb; }
.quill-wrapper .ql-container { border-radius: 0 0 0.5rem 0.5rem; border-color: #d1d5db; font-size: 0.875rem; min-height: 160px; }
.quill-wrapper .ql-editor { min-height: 160px; line-height: 1.625; color: #111827; }
.quill-wrapper .ql-editor.ql-blank::before { color: #9ca3af; font-style: normal; }

/* Rich text (Quill-authored) content rendered on a dark tfc-navy background —
   shared across About, GoKids, and any future page with the same treatment. */
.rich-text-navy p  { margin-bottom: 1rem; color: rgba(255,255,255,0.9); }
.rich-text-navy p:last-child { margin-bottom: 0; }
.rich-text-navy h1 { font-size: 1.75rem; font-weight: 700; color: #fff; margin: 1.25rem 0 0.5rem; }
.rich-text-navy h2 { font-size: 1.35rem; font-weight: 700; color: #fff; margin: 1rem 0 0.375rem; }
.rich-text-navy h3 { font-size: 1.1rem;  font-weight: 600; color: rgba(255,255,255,0.85); margin: 0.875rem 0 0.25rem; }
.rich-text-navy strong { font-weight: 700; }
.rich-text-navy em    { font-style: italic; }
.rich-text-navy ul { list-style: disc;    padding-left: 1.5rem; margin-bottom: 1rem; color: rgba(255,255,255,0.9); }
.rich-text-navy ol { list-style: decimal; padding-left: 1.5rem; margin-bottom: 1rem; color: rgba(255,255,255,0.9); }
.rich-text-navy li { margin-bottom: 0.25rem; line-height: 1.75; }
.rich-text-navy a  { color: #af2024; text-decoration: underline; }
.rich-text-navy a:hover { color: #d42a2f; }
.rich-text-navy img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 0.75rem 0; }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

