@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://cdn.courseticket.com/s/fonts/RobotoMono-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.courseticket.com/s/fonts/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.courseticket.com/s/fonts/RobotoMono-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('https://cdn.courseticket.com/s/fonts/RobotoMono-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.courseticket.com/s/fonts/RobotoMono-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.courseticket.com/s/fonts/RobotoMono-BoldItalic.ttf') format('truetype');
}

:root {
  --f-quote: "Roboto Mono", sans-serif
}

.event-modules-btn:first-child:not(:hover) {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
