@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/arimo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/arimo-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/arimo-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/arimo-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleFont';
    src:  url('fonts/barlow-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleItalicFont';
    src:  url('fonts/barlow-regularitalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleMediumFont';
    src:  url('fonts/barlow-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleMediumItalicFont';
    src:  url('fonts/barlow-mediumitalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleBoldFont';
    src:  url('fonts/barlow-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleBoldItalicFont';
    src:  url('fonts/barlow-bolditalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}