/* --- Font Utilities --- */
.font-sans {
    font-family: 'Segoe UI', sans-serif;
}

.font-serif {
    font-family: 'Times New Roman', serif;
}

.font-mono {
    font-family: 'Courier New', monospace;
}

.font-comic {
    font-family: 'Comic Sans MS', 'Chalkboard SE', sans-serif;
}

.font-impact {
    font-family: 'Impact', sans-serif;
    letter-spacing: 2px;
}

.font-lexend {
    font-family: 'Lexend', sans-serif;
}

.font-atkinson {
    font-family: 'Atkinson Hyperlegible', sans-serif;
}

.font-roboto-mono {
    font-family: 'Roboto Mono', monospace;
}

.font-patrick {
    font-family: 'Patrick Hand', cursive;
}

.font-caveat {
    font-family: 'Caveat', cursive;
}