@font-face {
  font-family: "Custom";
  src: url(../assets/Euclidcircularb-Regular.woff2) format("woff2"),
    url(../assets/Euclidcircularb-SemiBold.woff2) format("woff2");
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "Custom", sans-serif;
  font-size: 20px;
  color: #000000;
  background-color: #FFFFFF;
}

body * {
  line-height: 1.5;
}

.full_cont {
  font-size: 20px;
  color: #000000;
  width: 100%;
  height: 100%;
}

.theme_label {
  display: block;
  line-height: 2;
  margin: 0 5px 0 10px;
}

.theme_label:hover {
  color: #40c1ac;
}

input:checked + span {
  color: #40c1ac;
}

.theme_label > input[name="theme"] {
  display: none;
}

.menu_close {
  vertical-align: sub;
  margin-left: 3px;
  width: 24px;
  height: 24px;
}

.menu_open {
  vertical-align: sub;
  margin-left: 3px;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.icon-close-32 {
  width: 32px;
  height: 32px;
}


::-webkit-scrollbar-track
{
	background-color: transparent;
}

::-webkit-scrollbar
{
	width: 4px;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb
{
	background-color: #fff;
}