@import 'https://static.eja-online.link/fonts/manrope/manrope.css';
@import 'https://static.eja-online.link/fonts/bricolagegrotesque/bricolagegrotesque.css';

:root {
  /* --bs-info-rgb: 103, 189, 156; */
  --bs-info-rgb: 60, 60, 59;
  --bs-primary-rgb: 103, 189, 156;
  --custom-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), 0.5);
  --color-primary: rgb(var(--bs-primary-rgb));
  --color-primary-bright: #77cdac; /* rgb(119, 205, 172) */
  --eja-title-color: #3c3c3b;
  --eja-questiontitle-color: #ffffff; /* #f0f0f0 bad readability */
  --eja-button-grey-color: #EEE;
  --eja-yesnobutton-color: #3c3c3b;
  --eja-yesnobutton-color-active: #ffffff; /* #f0f0f0 bad readability */
  --eja-font-family: 'Manrope', sans-serif;
  --eja-titles-font-family: 'Bricolage Grotesque', 'Manrope', sans-serif;
}