@font-face {
    font-family: 'SUSE';
    src: url('SUSE-ExtraBold.woff2') format('woff2'),
        url('SUSE-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-ExtraLight.woff2') format('woff2'),
        url('SUSE-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-Bold.woff2') format('woff2'),
        url('SUSE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-SemiBold.woff2') format('woff2'),
        url('SUSE-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-Regular.woff2') format('woff2'),
        url('SUSE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-Thin.woff2') format('woff2'),
        url('SUSE-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-Medium.woff2') format('woff2'),
        url('SUSE-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SUSE';
    src: url('SUSE-Light.woff2') format('woff2'),
        url('SUSE-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Icon CSS */
@font-face {
  font-family: "staplefund";
  src:url("icon/staplefund.eot");
  src:url("icon/staplefund.eot?#iefix") format("embedded-opentype"),
    url("icon/staplefund.woff") format("woff"),
    url("icon/staplefund.ttf") format("truetype"),
    url("icon/staplefund.svg#staplefund") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "staplefund" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "staplefund" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
  content: "\61";
}
.icon-icon-2:before {
  content: "\62";
}
.icon-icon-3:before {
  content: "\63";
}
.icon-icon-4:before {
  content: "\64";
}
.icon-icon-5:before {
  content: "\65";
}
.icon-icon-6:before {
  content: "\66";
}
.icon-icon-7:before {
  content: "\67";
}
.icon-icon-8:before {
  content: "\68";
}
.icon-icon-9:before {
  content: "\69";
}
.icon-icon-10:before {
  content: "\6a";
}