
body{
  --primary: #2C414A;
  --primary-background: #ebedef;
  --primary-disabled: #b5b5b5;
  --primary-hover: #1a2327;
  --secondary: #2C414A;
  --secondary-background: #e9e1e7;
  --secondary-disabled: #b5b5b5;
  --secondary-hover: #585472;
  --error: #bf351d;
  --error-background: #fef3ef;
  --error-disabled: #b5b5b5;
  --error-hover: #8d2c19;
  --success: #317522;
  --success-background: #efefe0;
  --success-disabled: #b5b5b5;
  --success-hover: #28571d;
  --info: #aa64a5;
  --info-background: #f7ebf4;
  --info-disabled: #b5b5b5;
  --info-hover: #c68cc0;
  --link: #0094c2;
  --link-background: #e8f1f8;
  --link-disabled: #b5b5b5;
  --link-hover: #54b0d4;
  --deco: #E63719;
  --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: #ebedef;
  --medium-grey: #DEDEDE;
  --dark-grey: #2C414A;
  --placeholder: #6E6E6E;
}
      

/** fonts **/
@font-face {
  font-family: KAEFER;
  src: url('/statics/fonts/KAEFER-Regular.woff') format('woff'),
    url('/statics/fonts/KAEFER-Regular.woff2') format('woff2');
}
@font-face {
  font-family: KAEFER;
  src: url('/statics/fonts/KAEFER-Bold.woff') format('woff'),
    url('/statics/fonts/KAEFER-Bold.woff2') format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: KAEFER;
  src: url('/statics/fonts/KAEFER-Medium.woff') format('woff'),
    url('/statics/fonts/KAEFER-Medium.woff2') format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: KAEFER;
  src: url('/statics/fonts/Kaefer-RegularItalic.woff') format('woff'),
    url('/statics/fonts/Kaefer-RegularItalic.woff2') format('woff2');
  font-style: italic;
}
@font-face {
  font-family: KAEFER;
  src: url('/statics/fonts/Kaefer-BoldItalic.woff') format('woff'),
    url('/statics/fonts/Kaefer-BoldItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: bold;
}
#root,
#root textarea,
#root input:is([type="date"],
#root [type="time"],
#root [type="datetime-local"]) {
  font-family: KAEFER, Arial, sans-serif;
}

/** homepage **/ 
#root .header__logo>img{
  max-width: 280px;
  height: 50px;
  object-fit: contain;
}

/** auth btn **/
#root .header__register {
  border-color: var(--deco);
  background-color: var(--deco);
}

/** faq **/
#root .faq__question-not-included{
  border-radius:unset !important;
}

