/* ============================================================
   Ruberoid — корпоративний шрифт Ібіс
   18 файлів: 9 товщин × {regular, oblique}
   ============================================================ */

/* --- 100 Thin --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-thinoblique.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* --- 150 UltraLight (нестандартна товщина) --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-ultralight.otf') format('opentype');
    font-weight: 150;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-ultralightoblique.otf') format('opentype');
    font-weight: 150;
    font-style: italic;
    font-display: swap;
}

/* --- 200 ExtraLight --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-extralightoblique.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* --- 300 Light --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-lightoblique.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* --- 400 Regular --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-oblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- 500 Medium --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-mediumoblique.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* --- 600 SemiBold --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-semiboldoblique.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* --- 700 Bold --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-boldoblique.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* --- 800 ExtraBold --- */
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-extraboldoblique.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
