@font-face {
    font-family: 'Computer Modern Serif';
    src: url('../fonts/webfonts/cmuserif_roman_macroman/cmunrm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Computer Modern Serif';
    src: url('../fonts/webfonts/cmuserif_bold_macroman/cmunbx-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Computer Modern Serif';
    src: url('../fonts/webfonts/cmuserif_oblique_macroman/cmunti-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Computer Modern Serif';
    src: url('../fonts/webfonts/cmuserif_boldoblique_macroman/cmunbi-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: 'Computer Modern Serif';
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-weight: italic;
}