@font-face {
    font-family: 'Georgia Pro';
    src:url('GeorgiaPro/GeorgiaPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Georgia Pro';
    font-weight: bold;
    font-style: italic;
    src:url('GeorgiaPro/GeorgiaPro-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Georgia Pro';
    font-weight: bold;
    src:url('GeorgiaPro/GeorgiaPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Georgia Pro';
    font-weight: 600;
    src:url('GeorgiaPro/GeorgiaPro-SemiBold.ttf') format('truetype');
}


@font-face {
    font-family: 'Georgia Pro';
    font-weight: 600;
    font-style: italic;
    src:url('GeorgiaPro/GeorgiaPro-SemiBoldItalic.ttf') format('truetype');
}



