body {
    background: #181c23 !important;
    color: #f8d2ff;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #c792ea;
}

a {
    color: #bb86fc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

strong {
    color: #d49ff7;
}

div[style*="border:1px"] {
    background: #23272f;
    border: 1px solid #7c3aed !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px #0003;
    margin-bottom: 1em;
    color: #e0e0e0;
}

code, pre {
    background: #23272f !important;
    color: #c792ea !important;
}

hr {
    border-color: #693db4;
}

::-webkit-scrollbar {
    background: #23272f;
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #7c3aed;
    border-radius: 4px;
}

/* Tag style for skills/technologies */
.skill-tag {
    display: inline-block;
    background: #7c3aed;
    color: #fff;
    border-radius: 6px;
    padding: 2px 10px;
    margin: 2px 4px 2px 0;
    font-size: 0.95em;
    font-weight: 500;
}

/* Section cards */
.section-card {
    background: #23272f;
    border-radius: 12px;
    padding: 1.2em 1.5em;
    margin-bottom: 1.5em;
    box-shadow: 0 2px 8px #0003;
    border: 1px solid #7c3aed;
}