@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'UROKB';
  src: url('../font/urokb.woff2') format('woff2'),
      url('../font/urokb.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UROK';
  src: url('../font/urok.woff2') format('woff2'),
      url('../font/urok.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*{
  font-family: 'UROK';
}

body{
    overflow-x: hidden; 
}

p{
  color: #000;
}

.text-blue{
  color: #000028 !important;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
  }
::-webkit-scrollbar-track {
    background-color: transparent;
  }
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000;
    background-clip: content-box;
}


  button{
    padding:10px 20px;
    border-radius: 0px !important;
    background-color: #000028;
    border: 0;
    color:#fff;
}

button:hover{
  filter: brightness(1.6);
}