/* Fonts */
@font-face {
  font-family: 'Metropolis-Thin';
  font-style: normal;
  src: url('../../assets/fonts/Metropolis-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Metropolis-Light';
  font-style: normal;
  src: url('../../assets/fonts/Metropolis-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Metropolis-Regular';
  font-style: normal;
  src: url('../../assets/fonts/Metropolis-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Metropolis-SemiBold';
  font-style: normal;
  src: url('../../assets/fonts/Metropolis-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'Metropolis-Bold';
  font-style: normal;
  src: url('../../assets/fonts/Metropolis-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Metropolis-Black';
  font-style: normal;
  src: url('../../assets/fonts/Metropolis-Black.otf') format('opentype');
}
@font-face {
  font-family: 'Grunge';
  font-style: normal;
  src: url('../../fonts/Resistenza-Modern-Love-Grunge.otf') format('opentype');
}

/* Webkit Scrollbar Override */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
}


/* General Skyco14 */
* {
    -webkit-text-size-adjust: 100%;
}
::placeholder {
    color: inherit;
    opacity: .5;
}
.no-br br {
  display: none !important;
}

/* Portal */
body {
  background-color: white;
}