@font-face {
    font-family: 'Cairo';
    src: url('Cairo-Regular.eot');
    src: url('../fonts/cairo/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cairo/Cairo-Regular.woff2') format('woff2'),
        url('../fonts/cairo/Cairo-Regular.woff') format('woff'),
        url('../fonts/cairo/Cairo-Regular.ttf') format('truetype'),
        url('../fonts/cairo/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CairoBold';
    src: url('../fonts/cairo/Cairo-Bold.eot');
    src: url('../fonts/cairo/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cairo/Cairo-Bold.woff2') format('woff2'),
        url('../fonts/cairo/Cairo-Bold.woff') format('woff'),
        url('../fonts/cairo/Cairo-Bold.ttf') format('truetype'),
        url('../fonts/cairo/Cairo-Bold.svg#Cairo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?dyvxzd');
  src:  url('../fonts/icomoon/icomoon.eot?dyvxzd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?dyvxzd') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?dyvxzd') format('woff'),
    url('../fonts/icomoon/icomoon.svg?dyvxzd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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