
small
{
    font-size: 10pt;
}



@font-face {
    font-family: 'Georgia';
    url('../../fonts/old/georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    url('../../fonts/old/georgiab.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    url('../../fonts/old/georgiai.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Georgia';
    url('../../fonts/old/georgiaz.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Apply font globally */
body, html {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.95rem;
}
