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

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* 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;
}


.icon-checkmark:before {
  content: "\e907";
  color: #003153;
}

.icon-seagull__second:before {
  content: "\e908";
  color: #003153;
}

.icon-jackdaw:before {
  content: "\e909";
  color: #fff;
}