/*
 * Roboto font — local self-hosted version for air-gapped networks.
 * Source: Google Fonts (Apache License 2.0)
 * Weights: 300 (Light), 400 (Regular), 500 (Medium), 700 (Bold)
 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("roboto-300.4b6d197f97c4.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("roboto-400.b3eb8ed0ff60.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("roboto-500.69ea7ef233df.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("roboto-700.d03666a3b98c.ttf") format('truetype');
}
