body {
    font-family: 'Inter', sans-serif;
    color: #333;
    scroll-behavior: smooth;
}

.navbar-brand { letter-spacing: 1px; font-size: 0.9rem; }
.nav-link { letter-spacing: 0.5px; font-size: 0.75rem; margin-left: 1rem; }

h1 { letter-spacing: -2px; }

.border-start {
    border-width: 2px !important;
    border-color: #000 !important;
}

.badge { font-weight: 500; font-size: 0.75rem; }

#experience h6 {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 0.5rem;
}

#phoneDisplay {
    background: #e9ecef;
    padding: 5px 15px;
    border-radius: 4px;
}