/* 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: 'inter';
  --cd-primary-color: #483d3f;
  --cd-readable-highlighted-color: #483d3f;
  --cd-card-color: #f1f3f8;
  --cd-contrast-color: #FFFFFF;
  --cd-display-suggestion: flex;
  --cd-border-radius: 0px;
}