
body{
  --primary: #1f4492;
  --primary-background: #ebe7f2;
  --primary-disabled: #b5b5b5;
  --primary-hover: #6975b3;
  --secondary: #061835;
  --secondary-background: #e9e1e7;
  --secondary-disabled: #b5b5b5;
  --secondary-hover: #585472;
  --error: #e42448;
  --error-background: #fde3e9;
  --error-disabled: #b5b5b5;
  --error-hover: #ed5d7f;
  --success: #008d64;
  --success-background: #e8f0ec;
  --success-disabled: #b5b5b5;
  --success-hover: #54ab93;
  --info: #aa64a5;
  --info-background: #f7ebf4;
  --info-disabled: #b5b5b5;
  --info-hover: #c68cc0;
  --link: #0094c2;
  --link-background: #e8f1f8;
  --link-disabled: #b5b5b5;
  --link-hover: #54b0d4;
  --deco: #e1051e;
  --deco-background: #fcdfe4;
  --deco-disabled: #b5b5b5;
  --deco-hover: #eb4662;
  --warning: #db7200;
  --warning-background: #fcede0;
  --warning-disabled: #b5b5b5;
  --warning-hover: #e7974d;
  --highlight: #FCEAC6;
  --reuse-background: #C11C68;
  --reuse-label: #ffffff;
  --reuse-border: #C11C68;
  --sharing-background: #27345A;
  --sharing-label: #ffffff;
  --sharing-border: #27345A;
  --graph-a1: #FFD700;
  --graph-a2: #FFA500;
  --graph-a3: #FF6347;
  --graph-a4: #FF69B4;
  --graph-a5: #675EC7;
  --graph-a6: #6BB7EC;
  --graph-a7: #4169E1;
  --graph-a8: #008080;
  --graph-a9: #B9DFBD;
  --graph-a10: #276240;
  --black: #282828;
  --white: #ffffff;
  --shadow: #00000029;
  --light-grey: #F8F8F9;
  --medium-grey: #DEDEDE;
  --dark-grey: #697486;
  --placeholder: #6E6E6E;
}
      

/** fonts **/
@font-face {
  font-family: naval;
  src: url('/statics/fonts/NavalGroupSans-Regular.ttf');
  src: url('/statics/fonts/NavalGroupSans-Regular.otf');
}
@font-face {
  font-family: naval;
  src: url('/statics/fonts/NavalGroupSans-Bold.ttf');
  src: url('/statics/fonts/NavalGroupSans-Bold.otf');
  font-weight: bold;
}
@font-face {
  font-family: naval;
  src: url('/statics/fonts/NavalGroupSans-Italic.ttf');
  src: url('/statics/fonts/NavalGroupSans-Italic.otf');
  font-style: italic;
}
@font-face {
  font-family: naval;
  src: url('/statics/fonts/NavalGroupSans-BoldItalic.ttf');
  src: url('/statics/fonts/NavalGroupSans-BoldItalic.otf');
  font-style: italic;
  font-weight: bold;
}
#root,
#root textarea,
#root input:is([type="date"],
#root [type="time"],
#root [type="datetime-local"]) {
  font-family: naval, Arial, sans-serif;
}

/** 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);
}

/** title **/
#root .title:before {
  height: 13px;
  width: 16px;
  display: block;
  margin-left: .25rem;
}

