/* Theme */

main {
    background: #1A1A1A;
    /* Dark slate background */
    color: #FAFAFA;
    /* Off-white text */
}

.icons-social a {
    color: var(--ibex-red);
}

.icons-social a svg path {
    fill: var(--ibex-red);
}

.intro {
    color: var(--ibex-red);
}