/* ===== UberMove Fonts ===== */

/* UberMove Regular */
@font-face {
    font-family: 'ArgileMove';
    font-weight: 400;
    font-display: swap;
    src: url('https://tb-static.uber.com/prod/uber-static/UberMove-Regular.woff2') format('woff2');
}

/* UberMove Text Regular */
@font-face {
    font-family: 'ArgileMoveText';
    font-weight: 400;
    font-display: swap;
    src: url('https://tb-static.uber.com/prod/uber-static/UberMoveText-Regular.woff2') format('woff2');
}

/* UberMove Text Medium */
@font-face {
    font-family: 'ArgileMoveText';
    font-weight: 500;
    font-display: swap;
    src: url('https://tb-static.uber.com/prod/uber-static/UberMoveText-Medium.woff2') format('woff2');
}

/* UberMove Bold */
@font-face {
    font-family: 'ArgileMove';
    font-weight: 700;
    font-display: swap;
    src: url('https://tb-static.uber.com/prod/uber-static/UberMove-Bold.woff2') format('woff2');
}