/* Font families for description text */

.font-arial {
    font-family: Arial, sans-serif;
}

.font-times {
    font-family: 'Times New Roman', Times, serif;
}

.font-courier {
    font-family: 'Courier New', Courier, monospace;
}

.font-georgia {
    font-family: Georgia, serif;
}

.font-verdana {
    font-family: Verdana, sans-serif;
}

.font-comic {
    font-family: 'Comic Sans MS', cursive;
}

.font-impact {
    font-family: Impact, fantasy;
}

.font-trebuchet {
    font-family: 'Trebuchet MS', sans-serif;
}

.font-palatino {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.font-lucida {
    font-family: 'Lucida Console', Monaco, monospace;
}
