@font-face {
  font-family: Marianne;
  font-weight: normal;
  font-style: normal;
  src: url('/edito-fonts/Marianne-Regular.woff2') format('woff2');
}
@font-face {
  font-family: Marianne;
  font-weight: normal;
  font-style: italic;
  src: url('/edito-fonts/Marianne-Regular_Italic.woff2') format('woff2');
}
@font-face {
  font-family: Marianne;
  font-weight: 600;
  font-style: normal;
  src: url('/edito-fonts/Marianne-Bold.woff2') format('woff2');
}
@font-face {
  font-family: Marianne;
  font-weight: 600;
  font-style: italic;
  src: url('/edito-fonts/Marianne-Bold_Italic.woff2') format('woff2');
}

body,
svg text {
  font-family: Marianne, sans-serif;
}

body {
  --color-accent-bg: #B6DCD0;
  --color-button-primary-bg: #448C74;
  --color-button-primary-bg-lighter: #4B9C81;
  --color-icon-button-active: #6EB9A0;
  /* --color-light-bg: #ecf3f1; */
  --color-light-fg: #323232;
  --color-title-bg: #B6DCD0; 
}
