﻿@font-face {
    font-family: 'Georgia Pro';
    src: url('/assets/nuveenstatic/fonts/GeorgiaPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia Pro';
    src: url('/assets/nuveenstatic/fonts/GeorgiaPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia Pro';
    src: url('/assets/nuveenstatic/fonts/GeorgiaPro-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Georgia Pro';
    src: url('/assets/nuveenstatic/fonts/GeorgiaPro-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}