/* fonts */
/* Fonts */
@font-face {
    font-family: 'VT323';
    src: url('../fonts/VT323-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenDyslexicMono';
  src: url('../fonts/OpenDyslexicMono-Regular.otf') format('opentype');
}

body{-webkit-user-select:none;-moz-user-select:-moz-none;
-ms-user-select:none;user-select:none;}

html {
  background-color: #6962d0 !important;
  overflow-y: overlay;
}

canvas {
  position: fixed;
  z-index: -1;
}

body {
  touch-action = none;
}

p {
  padding: 0px 10px 0px 10px;
  pointer-events: none;
}

.clicked {
  background: #48a158 !important;
  color: white !important;
}

.dys {
  font-family: 'OpenDyslexicMono' !important;
}

.vt {
  font-family: 'VT323' !important;
}

.uk-card-title.vt {
  font-size: 2.5rem;
}

.uk-comment-title .vt {
  font-size: 2.25rem;
}

article {
  background: #6a63d0db;
  border: solid 1px white;
  color: white;
}

.uk-comment-header {
  border: solid 1px;
  background: #98de00aa;
}

h1 {
  font-family: 'VT323' !important;

}

.standard-price-accordion {
  background-color: #cef58a;
  padding: 5px;
}

.rundown {
  background: #6962ceeb !important;
  color: white !important;
}

.rundown h4 {
  color: white;
}

/* Course card css */

.units-dropdown {
  background-color: white !important;
}

.course-card:hover {
  background-color: #e8ffbf;
}

.preview-course-card {
  background-color: #d8d9d5 !important;
}

.preview-course-card:hover {
  background-color: #cef58a;
}
