@font-face {
    font-family: 'Work Sans';
    src: url('https://storage.googleapis.com/bucket.unlocks.app/assets/fonts/work_sans/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Work Sans';
    src: url('https://storage.googleapis.com/bucket.unlocks.app/assets/fonts/work_sans/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Work Sans';
    src: url('https://storage.googleapis.com/bucket.unlocks.app/assets/fonts/work_sans/WorkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Work Sans';
    src: url('https://storage.googleapis.com/bucket.unlocks.app/assets/fonts/work_sans/WorkSans-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Work Sans';
    src: url('https://storage.googleapis.com/bucket.unlocks.app/assets/fonts/work_sans/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('https://storage.googleapis.com/bucket.unlocks.app/assets/fonts/work_sans/WorkSans-Bold.ttf') format('truetype');
    font-weight: bold;
}