/* 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: 'Alegreya';
  --cd-primary-color: #ddeae4;
  --cd-readable-highlighted-color: #000;
  --cd-card-color: #8cb28f;
  --cd-contrast-color: #000000;
  --cd-display-suggestion: flex;
  --cd-border-radius: 16px;
}