 /*
 * CUSTOM CSS STYLE :
 * Classes that will override the specific element styles in the base stylesheet
 */

 @font-face {
  font-family: 'Regular';
  src: url('https://ecal-publisher-assets.s3.amazonaws.com/468434_476497/fonts/Gustavo.otf');
}

@font-face {
  font-family: 'Bold';
  src: url('https://ecal-publisher-assets.s3.amazonaws.com/468434_476497/fonts/Gustavo-Bold.otf');
}

body, button, html, input, select, strong, p {
  font-family: 'Regular','GothamRounded-Book','Myriad Pro Regular','sans-serif';
}

.ecal-terms p {
  font-family: 'Regular','GothamRounded-Book','Myriad Pro Regular','sans-serif';
}

.ecal-panel-title {
  font-family: 'Bold','GothamRounded-Book','Myriad Pro Regular','sans-serif';
  text-transform: uppercase;
}

p[class^="Schedule__heading_text"] {
  font-family: 'Regular','GothamRounded-Book','Myriad Pro Regular','sans-serif';
  text-transform: none;
}

.ecal-schedule-selected {
  font-size: 13px;
}