/* Корпоративный шрифт Cloud.ru — SB Sans UI (OTF из фирменного комплекта) */
@font-face {
    font-family: 'SB Sans UI';
    src: url('/public/fonts/SBSansUI-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SB Sans UI';
    src: url('/public/fonts/SBSansUI-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SB Sans UI';
    src: url('/public/fonts/SBSansUI-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SB Sans UI';
    src: url('/public/fonts/SBSansUI-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SB Sans Display';
    src: url('/public/fonts/SBSansDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SB Sans Display';
    src: url('/public/fonts/SBSansDisplay-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
