/* ========================================
   Custom styles for Credit Transfer 2026
   ======================================== */

/* Adjust overall reveal.js theme here */

/* Example: custom text styling */
.reveal h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.reveal h2 {
    margin-bottom: 1rem;
}

/* Example: custom image styling */
.reveal img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Example: custom list styling */
.reveal ul {
    list-style-type: square;
}

.reveal li {
    margin: 0.5rem 0;
}

/* Example: custom code styling */
.reveal code {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.1em 0.3em;
    border-radius: 4px;
}