﻿@font-face {
  font-family: "HaptikRegular";
  src: url("/Fonts/HaptikRegular.woff2") format("woff2");
}
@font-face {
  font-family: "HaptikMedium";
  src: url("/Fonts/HaptikMedium.woff2") format("woff2");
}
@font-face {
  font-family: "HaptikBold";
  src: url("/Fonts/HaptiKBold.woff2") format("woff2");
}
/*
    FROM BRAND GUIDELINES
*/
/*
    SPECIFICS
*/
/* BUTTONS */
/*$form-box-shadow: 0 0 0 .25rem rgba(255,0,0,.25); */
.agenda-list {
  margin-bottom: 50px;
}
.agenda-list .agenda-item {
  border-top: 1px rgb(37, 108, 247) solid;
  display: flex;
  color: rgb(37, 108, 247);
  padding: 16px 0;
  font-size: 14px;
}
.agenda-list .agenda-item .time {
  width: 25%;
}
.agenda-list .agenda-item:last-of-type {
  border-bottom: 1px rgb(37, 108, 247) solid;
}
.agenda-list .agenda-item.special {
  font-family: HaptikBold, Arial, Helvetica, sans-serif;
  padding: 30px 0;
  font-size: 18px;
}
