@font-face {
    font-family: 'backup';
    src:
        url('./backup-font.ttf?8ivrum') format('truetype'),
        url('./backup-font.woff?8ivrum') format('woff'),
        url('./backup-font.svg?8ivrum#backup') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'backup' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-show:before {
    content: "\e000";
}
.icon-hide:before {
    content: "\e001";
}
.icon-separator:before {
    content: "\e002";
}
.icon-bucket:before {
    content: "\e003";
}
.icon-calendar:before {
    content: "\e004";
}
