body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

h1 {
    font-size: 38px;
    font-weight: 500;
}

h2 {
    font-size: 28px;
    font-weight: 300;
}

.dark-mode {
    background-color: #1a202c;
}