@font-face {
    font-family: 'modus-icons';
    src: url('https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1/dist/modus-outlined/fonts/modus-icons.woff2');
    format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'modus-icons-outlined';
    src: url('https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1/dist/modus-outlined/fonts/modus-icons.woff2');
    format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'modus-icons-solid';
    src: url('https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1/dist/modus-solid/fonts/modus-icons.woff2');
    format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.modus-icons-outlined {
    font-family: 'modus-icons-outlined';
    font-style: normal;
    font-weight: normal;
}

.modus-icons-solid {
    font-family: 'modus-icons-solid';
    font-style: normal;
    font-weight: normal;
}

.modus-icons {
    font-family: 'modus-icons';
    font-style: normal;
    font-weight: normal;
}