/*-- Use For Custom Styling --*/
@font-face {
  font-family: 'AUTOMATA';
  src: url('/fonts/AUTOMATA.woff2') format('woff2'),
       url('/fonts/AUTOMATA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.inkai {
  font-family: 'AUTOMATA', sans-serif;
}

.text-blue{
    color: #00B0F0;
}

.work-two-hover:hover .blog-hvr-bg-blue{
    background:#00B0F0;
}

.other a:hover,.other a:active,.other a:focus {
    color: #00B0F0;
    text-decoration: none;
}

