/* Custom styles for Tomasulo Simulator */
/* Theme styles */

/* Light mode */
html.light body {
    background-color: #f9fafb;
    color: #111827;
}

html.light .bg-gray-900 {
    background-color: #ffffff;
}

html.light .bg-gray-800 {
    background-color: #f3f4f6;
}

html.light .bg-gray-700 {
    background-color: #e5e7eb;
}

html.light .text-gray-100 {
    color: #111827;
}

html.light .text-gray-200 {
    color: #1f2937;
}

html.light .text-gray-300 {
    color: #374151;
}

html.light .text-gray-400 {
    color: #4b5563;
}

html.light .text-gray-500 {
    color: #6b7280;
}

html.light .border-gray-700 {
    border-color: #d1d5db;
}

html.light .border-gray-600 {
    border-color: #9ca3af;
}

html.light .hover\:bg-gray-700:hover {
    background-color: #d1d5db;
}

html.light .hover\:bg-gray-600:hover {
    background-color: #9ca3af;
}

html.light .hover\:text-gray-200:hover {
    color: #1f2937;
}

html.light #out {
    background-color: #ffffff;
    color: #111827;
}

html.light #src {
    background-color: #ffffff;
    color: #111827;
}

html.light #ck {
    background-color: #ffffff;
    color: #111827;
}

html.light #examples-sel {
    background-color: #ffffff;
    color: #111827;
}

html.light #theme-toggle {
    background-color: #f3f4f6;
    border-color: #d1d5db;
}

html.light #theme-toggle:hover {
    background-color: #e5e7eb;
}

html.light #theme-icon-dark,
html.light #theme-icon-light {
    color: #374151;
}

