@font-face {
  font-family: 'Creactive Dot';
  src:
    url('fonts/creactive-dot.woff2') format('woff2'),
    url('fonts/creactive-dot.woff') format('woff'),
    url('fonts/creactive-dot.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.creactive-dot:before {
  content: "\e900";
  color: #EF4A23;
}
