/* @font-face {
    font-family: "DIN Condensed";
    src: url("../font/DIN-Condensed-Bold.ttf");
    font-style: medium;
    font-weight: 500;
    font-display: swap;
  } */
  html *
  {
     font-family: 'Zen Kaku Gothic Antique' !important;
  }

  body {
    background: #F8F9FA;
  }

  ::-moz-selection { /* Code for Firefox */
    color: white !important;
    background: blue !important;
  }
  
  ::selection {
    color: white !important;
    background: blue !important;
  }

  *:focus {
    outline: none;
  }
  

