/* 1. The Font Face - Renamed to icomoon-latest */

@font-face {
    font-family: 'icomoon';
    src: url('../CMSfonts/latesticomoon.eot?s7hv7b');
    src: url('../CMSfonts/latesticomoon.eot?s7hv7b#iefix') format('embedded-opentype'), url('../CMSfonts/latesticomoon.ttf?s7hv7b') format('truetype'), url('../CMSfonts/latesticomoon.woff?s7hv7b') format('woff'), url('../CMSfonts/latesticomoon.svg?s7hv7b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* 2. The Base Selector - Targets any class starting with "icon-new-" */

[class^="icon-new-"], [class*=" icon-new-"] {
    /* Critical: Use the new font family name */

    font-family: 'icomoon' !important;
    speak: never;
    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;
}

/* 3. Individual Icon Definitions */

.icon-new-storage-licence1:before {
    content: "\e900";
}

.icon-new-storage-licence2:before {
    content: "\e901";
}
