/* In this file there are some global variables are defined to use in event and blog pages.
(consider that events and blogs already exist on both landing pages and mono blogs)
*/

:root {
  --cd-font: 'Source Sans 3';
  --cd-primary-color: #ffffff;
  --cd-readable-highlighted-color: #000;
  --cd-card-color: #eeeeee;
  --cd-contrast-color: #000000;
  --cd-display-suggestion: none;
  --cd-border-radius: 16px;
}