@font-face {
  font-family: 'ca-icons';
  src:
    url('fonts/ca-icons.ttf?w98ez6') format('truetype'),
    url('fonts/ca-icons.woff?w98ez6') format('woff'),
    url('fonts/ca-icons.svg?w98ez6#ca-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ca-icon-"], [class*=" ca-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ca-icons' !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;
}

.ca-icon-logo:before {
  content: "\e903";
}
.ca-icon-min-logo:before {
  content: "\e900";
}
.ca-icon-logo-management:before {
  content: "\e901";
}

@font-face {
    font-family: 'sckwebworks';
    src:url('fonts/sckwebworks.eot?9lqciy');
    src:url('fonts/sckwebworks.eot?#iefix9lqciy') format('embedded-opentype'),
        url('fonts/sckwebworks.woff?9lqciy') format('woff'),
        url('fonts/sckwebworks.ttf?9lqciy') format('truetype'),
        url('fonts/sckwebworks.svg?9lqciy#sckwebworks') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sck-icon {
    font-family: 'sckwebworks';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sck-icon:before {
  content: "\e600";
}

