/* Regular (400) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/api-docs/assets/font/roboto/roboto-regular.woff2') format('woff2');
}

/* Regular (400) Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/api-docs/assets/font/roboto/roboto-italic.woff2') format('woff2');
}

/* Semibold (500) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/api-docs/assets/font/roboto/roboto-500.woff2') format('woff2');
}

/* Semibold (500) Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('/api-docs/assets/font/roboto/roboto-500italic.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/api-docs/assets/font/roboto/roboto-700.woff2') format('woff2');
}

/* Bold (700) Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/api-docs/assets/font/roboto/roboto-700italic.woff2') format('woff2');
}
