/* REGULAR */
@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'SemiBoldFont';
    src:  url('fonts/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/opensans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/opensans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/opensans-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* /REGULAR */


/* TITLE */
@font-face { 
    font-family: 'TitleFont';
    src:  url('fonts/heebo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleThinFont';
    src:  url('fonts/heebo-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleLightFont';
    src:  url('fonts/heebo-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleMediumFont';
    src:  url('fonts/heebo-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleBoldFont';
    src:  url('fonts/heebo-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'TitleItalicFont';
    src:  url('fonts/heebo-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face { 
    font-family: 'TitleMediumitalicFont';
    src:  url('fonts/heebo-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face { 
    font-family: 'TitleBoldItalicFont';
    src:  url('fonts/heebo-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/* /TITLE */