@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/century-gothic-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/century-gothic-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/century-gothic-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/century-gothic-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}