
body{
  --primary: #000000ff;
  --secondary: #bc0000ff;
  --error: #bc0000;
  --success: #488500;
  --deco: #d2424dff;
  --warning: #c75200;
}
      
/** fonts **/
@font-face {
  font-family: TitanOne;
  src: url('/statics/fonts/TitanOne-Regular.ttf');
}

/** homepage **/
.home__logo {
  height: 60px;
  max-width: 300px;
}
#root .layout-banner {
  background-color: var(--primary);
}
#root .layout-banner__logo {
  margin-left: 0;
}
#root .layout-banner__baseline__title {
  color: var(--white);
}
#root .layout__regular__logo {
  padding: 0.1em 1em;
  height: 60px;
  width: 200px;
  object-fit: scale-down;
}
h1 {
  font-family: TitanOne;
}
#root .title:before{  
  display: none;
}
#root .layout__regular__logo {
  padding: 0.1em 1em;
  height: 60px;
  width: 200px;
  object-fit: scale-down;
}

