/* cloak-regular */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cloak';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/CLOAK-REGULAR.otf'); /* IE9 Compat Modes */
  src: url('../fonts/CLOAKRegular.eot');
    src: url('../fonts/CLOAKRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CLOAKRegular.woff2') format('woff2'),
        url('../fonts/CLOAKRegular.woff') format('woff'),
        url('../fonts/CLOAKRegular.ttf') format('truetype'),
        url('../fonts/CLOAKRegular.svg#CLOAKRegular') format('svg');
}
