@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/Poppins-Bold.ttf') format('truetype');
}


.admin_logo img {
  max-width: 80%;
}


.login .content-wrapper {
  box-shadow: none;
  background: #f5f5f5;
  border-radius: 0;
}

:root {
  --w-color-primary: #000;
  --w-color-primary-200: #222;
  --w-color-primary-400: #444;
  --w-color-secondary: #000;
  --w-color-secondary-200: #222;
  --w-color-secondary-400: #444;
  --w-login-fullscreen-background: #fff;
  --w-font-sans: 'Poppins';
  
  --w-color-surface-menus: #000000;
  --w-color-surface-menu-item-active: #414042;
}
