
/* MAIN
================================================== */
:root {
  --lh: 18.23px;
  --fs: 14px;
  --font: "cpm";
  --ts: opacity 0.2s ease;
}

::-webkit-scrollbar {
	display: none;
}

::selection {
  color: grey;
  opacity: 0.5;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-family: var(--font);
}

body {
  position: fixed;
  display: flex!important;
  font-family: var(--font);
  flex-direction: column;
  font-size: var(--fs);
  line-height: var(--lh);
  min-height: var(--h);
  color: white;
  background-color: black;
  opacity: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  counter-reset: sec section;
  display: none;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

footer {
    padding-bottom: 58px !important;
    padding-top: var(--p) !important;
    padding: 10px;
    margin-top: auto;
}

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

input:focus {
  outline: none;
  box-shadow: none;
}

input::placeholder {
  color: black;
  opacity: 0.4;
}

footer {
  padding-top: var(--p) !important;
  padding: 10px;
  margin-top: auto;
}

input{
  font-size: var(--m);
  font-family: var(--ff);
}
