@font-face {
    font-family: 'Source Serif Pro';
    font-display: swap;
    src: url('../fonts/SourceSerifPro-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Source Serif Pro';
    font-display: swap;
    src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Source Serif Pro';
    font-display: swap;
    src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Source Serif Pro';
    font-display: swap;
    src: url('../fonts/SourceSerifPro-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Source Serif Pro';
    font-display: swap;
    src: url('../fonts/SourceSerifPro-Black.ttf') format('truetype');
    font-weight: 900;
}