@font-face {
    font-family: 'SinkinSans-Regular';
    src: url('../fonts/sinkinsans/SinkinSans-400Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SinkinSans-Medium';
    src: url('../fonts/sinkinsans/SinkinSans-500Medium.otf') format('opentype');
}

@font-face {
    font-family: 'SinkinSans-SemiBold';
    src: url('../fonts/sinkinsans/SinkinSans-600SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'SinkinSans-Bold';
    src: url('../fonts/sinkinsans/SinkinSans-700Bold.otf') format('opentype');
}

@font-face {
    font-family: 'SinkinSans-Black';
    src: url('../fonts/sinkinsans/SinkinSans-800Black.otf') format('opentype');
}