@font-face {
    font-family: "DS BIOS";
    src: url("misc/ds-bios/ds-bios.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#page-contact,
#page-blog,
#page-about,
#page-projects,
#page-home {
    font-family: "DS BIOS", monospace;
}

/* === CONTACT PAGE === */
.contact-info {
    background: rgba(255,255,255,0.5);
    padding: 2rem;
    border-radius: 12px;
}

.contact-info p {
    font-size: 1.2rem;
    color: #2d1f4a;
    margin-bottom: 0.5rem;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info i {
    color: #7c3aed;
    width: 28px;
}
