/* GEORGIA REGULAR */

@font-face {
    font-family: 'georgia';
    src: url(./Georgia/Georgia.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'georgia-8';
    src: url(./Georgia/Georgia\ Bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'georgia-i';
    src: url(./Georgia/Georgia\ Italic.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'georgia-i8';
    src: url(./Georgia/Georgia\ Bold\ Italic.ttf);
    font-weight: normal;
}

/* PROXIMA NOVA REGULAR */

@font-face {
    font-family: 'proxima-3';
    src: url(./ProximaNova/proximanova-thin.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'proxima';
    src: url(./ProximaNova/proximanova-regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'proxima-6';
    src: url(./ProximaNova/proximanova-bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'proxima-8';
    src: url(./ProximaNova/proximanova-extrabold.ttf);
    font-weight: normal;
}