/* Besley Regular */
@font-face {
    font-family: 'Besley';
    font-style: normal;
    font-weight: 400;
    src: url('Besley-VariableFont_wght.ttf') format('truetype');
}

/* Source Sans 3 Regular */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('SourceSans3-VariableFont_wght.ttf') format('truetype');
}

/* Source Sans 3 Bold */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('SourceSans3-VariableFont_wght.ttf') format('truetype');
}