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

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

@font-face {
    font-family: 'Source Sans Pro 400';
    src: url('./SourceSansPro-Regular-400.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Source Sans Pro 600';
    src: url('./SourceSansPro-Bold-600.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Source Sans Pro 700';
    src: url('./SourceSansPro-Bold-700.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Source Sans Pro 900';
    src: url('./SourceSansPro-Bold-900.ttf') format('truetype');
    font-weight: 900;
}

:root,
:host {
    --font-georgia-pro-400: 'Georgia Pro 400', sans-serif;
    --font-georgia-pro-600: 'Georgia Pro 600', sans-serif;
    --font-source-sans-pro-400: 'Source Sans Pro 400', sans-serif;
    --font-source-sans-pro-600: 'Source Sans Pro 600', sans-serif;
    --font-source-sans-pro-700: 'Source Sans Pro 700', sans-serif;
    --font-source-sans-pro-900: 'Source Sans Pro 900', sans-serif;
}