@font-face {
    font-family: 'Branding SF';
    src: url('./fonts/branding/BrandingSF-Medium.woff') format('opentype');
}

@font-face {
    font-family: 'Branding SF bold';
    src: url('./fonts/branding/BrandingSF-Bold.woff') format('opentype');
}

@font-face {
    font-family: 'Branding SF semibold';
    src: url('./fonts/branding/BrandingSF-SemiBold.woff') format('opentype');
}

@font-face {
    font-family: 'Branding SF black';
    src: url('./fonts/branding/BrandingSF-Black.woff') format('opentype');
}