/* 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: 'Trebuchet MS';
  --cd-primary-color: #27749c;
  --cd-readable-highlighted-color: #27749c;
  --cd-card-color: #f4f2f2;
  --cd-contrast-color: #FFFFFF;
  --cd-display-suggestion: flex;
  --cd-border-radius: 0px;
}