 body {
     font-family: 'Inter', sans-serif;
     background-color: #f8fafc;
     color: #1a202c;
 }

 .bg-dark-primary {
     background-color: #1a202c;
 }

 .bg-dark-secondary {
     background-color: #2d3748;
 }

 .text-accent {
     color: #4f46e5;
 }

 .border-accent {
     border-color: #4f46e5;
 }

 .btn-primary {
     background-color: #4f46e5;
     color: white;
     transition: background-color 0.3s ease;
 }

 .btn-primary:hover {
     background-color: #4338ca;
 }

 .btn-secondary {
     background-color: #e2e8f0;
     color: #1a202c;
     transition: background-color 0.3s ease;
 }

 .btn-secondary:hover {
     background-color: #cbd5e1;
 }

 html {
     scroll-behavior: smooth;
 }

 :focus-visible {
     outline: 3px solid #4f46e5;
     outline-offset: 2px;
     border-radius: 4px;
 }

 .faq-item summary::-webkit-details-marker {
     display: none;
 }


 .disclaimer-icons {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     padding-bottom: 20px;
     margin: 50px auto;
 }

 .disclaimer-icons img {
     height: 60px;
     max-width: 120px;
     object-fit: contain;
     transition: transform 0.3s ease;
 }

 .disclaimer-icons img:hover {
     transform: scale(1.1);
 }

 .disclaimer-icons a:hover {
     filter: brightness(1.2);
 }

 .bg-dark-primary {
     background-color: #1a202c;
 }

 .bg-dark-secondary {
     background-color: #2d3748;
 }

 .text-accent {
     color: #4f46e5;
 }

 .prose h1 {
     font-size: 40px;
 }

 .prose h1 {
     font-size: 40px !important;
     font-weight: 700;
     text-align: center;
     margin-bottom: 20px;
 }

 .prose h2 {
     font-size: 1.5rem;
     margin-top: 2em;
     margin-bottom: 1em;
     border-bottom: 1px solid #e2e8f0;
     padding-bottom: 0.5em;
 }

 .prose p,
 .prose li {
     color: #4a5568;
 }

 .prose a {
     color: #4f46e5;
     text-decoration: underline;
 }

 html {
     scroll-behavior: smooth;
 }

 :focus-visible {
     outline: 3px solid #4f46e5;
     outline-offset: 2px;
     border-radius: 4px;
 }