/* 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: #0e296c;
  --cd-readable-highlighted-color: #0e296c;
  --cd-card-color: #E0E0E0;
  --cd-contrast-color: #FFFFFF;
  --cd-display-suggestion: flex;
  --cd-border-radius: 0px;
}