/* You can add global styles to this file, and also import other style files */

/* You can add global styles to this file, and also import other style files */
/* You can add global styles to this file, and also import other style files */

html, body {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

body {
  background-color: #f0f2f5 !important;
}

* {
  outline: none;
}

@font-face {
  font-family: ChalkboardSE-Regular;
  src: url('/assets/font/ChalkboardSE-Regular.woff') format('WOFF');
}

.k-16-9 {
  position: relative;
  width: 100%;
  height: fit-content;
&:before {
   content: "";
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
 }
}

.k-full-fill {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.k-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}