/* fonts.css */

/* Roobert-Light */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-Light.otf') format('opentype');
    /* Для кращої сумісності додайте woff2 та woff формати: */
    /* src: url('./Roobert-Light.woff2') format('woff2'), */
    /* url('./Roobert-Light.woff') format('woff'), */
    /* url('./Roobert-Light.otf') format('opentype'); */
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

/* Roobert-LightItalic */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-LightItalic.otf') format('opentype');
    /* src: url('./Roobert-LightItalic.woff2') format('woff2'), */
    /* url('./Roobert-LightItalic.woff') format('woff'), */
    /* url('./Roobert-LightItalic.otf') format('opentype'); */
    font-weight: 300; /* Light */
    font-style: italic;
    font-display: swap;
}

/* Roobert-Regular */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-Regular.otf') format('opentype');
    /* src: url('./Roobert-Regular.woff2') format('woff2'), */
    /* url('./Roobert-Regular.woff') format('woff'), */
    /* url('./Roobert-Regular.otf') format('opentype'); */
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap;
}

/* Roobert-RegularItalic */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-RegularItalic.otf') format('opentype');
    /* src: url('./Roobert-RegularItalic.woff2') format('woff2'), */
    /* url('./Roobert-RegularItalic.woff') format('woff'), */
    /* url('./Roobert-RegularItalic.otf') format('opentype'); */
    font-weight: 400; /* Regular */
    font-style: italic;
    font-display: swap;
}

/* Roobert-Medium */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-Medium.otf') format('opentype');
    /* src: url('./Roobert-Medium.woff2') format('woff2'), */
    /* url('./Roobert-Medium.woff') format('woff'), */
    /* url('./Roobert-Medium.otf') format('opentype'); */
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}

/* Roobert-MediumItalic */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-MediumItalic.otf') format('opentype');
    /* src: url('./Roobert-MediumItalic.woff2') format('woff2'), */
    /* url('./Roobert-MediumItalic.woff') format('woff'), */
    /* url('./Roobert-MediumItalic.otf') format('opentype'); */
    font-weight: 500; /* Medium */
    font-style: italic;
    font-display: swap;
}

/* Roobert-SemiBold */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-SemiBold.otf') format('opentype');
    /* src: url('./Roobert-SemiBold.woff2') format('woff2'), */
    /* url('./Roobert-SemiBold.woff') format('woff'), */
    /* url('./Roobert-SemiBold.otf') format('opentype'); */
    font-weight: 600; /* SemiBold */
    font-style: normal;
    font-display: swap;
}

/* Roobert-SemiBoldItalic */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-SemiBoldItalic.otf') format('opentype');
    /* src: url('./Roobert-SemiBoldItalic.woff2') format('woff2'), */
    /* url('./Roobert-SemiBoldItalic.woff') format('woff'), */
    /* url('./Roobert-SemiBoldItalic.otf') format('opentype'); */
    font-weight: 600; /* SemiBold */
    font-style: italic;
    font-display: swap;
}

/* Roobert-Bold */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-Bold.otf') format('opentype');
    /* src: url('./Roobert-Bold.woff2') format('woff2'), */
    /* url('./Roobert-Bold.woff') format('woff'), */
    /* url('./Roobert-Bold.otf') format('opentype'); */
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}

/* Roobert-BoldItalic */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-BoldItalic.otf') format('opentype');
    /* src: url('./Roobert-BoldItalic.woff2') format('woff2'), */
    /* url('./Roobert-BoldItalic.woff') format('woff'), */
    /* url('./Roobert-BoldItalic.otf') format('opentype'); */
    font-weight: 700; /* Bold */
    font-style: italic;
    font-display: swap;
}

/* Roobert-Heavy */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-Heavy.otf') format('opentype');
    /* src: url('./Roobert-Heavy.woff2') format('woff2'), */
    /* url('./Roobert-Heavy.woff') format('woff'), */
    /* url('./Roobert-Heavy.otf') format('opentype'); */
    font-weight: 900; /* Heavy, або 800-900 */
    font-style: normal;
    font-display: swap;
}

/* Roobert-HeavyItalic */
@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-HeavyItalic.otf') format('opentype');
    /* src: url('./Roobert-HeavyItalic.woff2') format('woff2'), */
    /* url('./Roobert-HeavyItalic.woff') format('woff'), */
    /* url('./Roobert-HeavyItalic.otf') format('opentype'); */
    font-weight: 900; /* Heavy, або 800-900 */
    font-style: italic;
    font-display: swap;
}