.text-cmsans {
    font-family: 'Computer Modern Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text-cmsans-bold {
    font-family: 'Computer Modern Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
}

.text-cmsans-italic {
    font-family: 'Computer Modern Sans', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.text-cmsans-bold-italic {
    font-family: 'Computer Modern Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.text-cmserif {
    font-family: 'Computer Modern Serif', serif;
    font-weight: normal;
    font-style: normal;
}

.text-cmserif-bold {
    font-family: 'Computer Modern Serif', serif;
    font-weight: bold;
    font-style: normal;
}

.text-cmserif-italic {
    font-family: 'Computer Modern Serif', serif;
    font-weight: normal;
    font-style: italic;
}

.text-cmserif-bold-italic {
    font-family: 'Computer Modern Serif', serif;
    font-weight: bold;
    font-style: italic;
}

.text-cmmono {
    font-family: 'Computer Modern Typewriter', monospace;
    font-weight: normal;
    font-style: normal;
}

body {
      font-family: 'Computer Modern Sans', sans-serif;
}
