@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;
}

.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);
}
