@font-face {
  font-family: Monument-Mono;
  src: url("../public/fonts/mono.otf");
}
@font-face {
  font-family: Alte-Grotesk;
  src: url("../public/fonts/sans-serif.ttf");
}
@font-face {
  font-family: Times-Now;
  src: url("../public/fonts/times-now-sl.ttf");
}
@font-face {
  font-family: Times-Now-Light;
  src: url("../public/fonts/times-now-l.ttf");
}
@font-face {
  font-family: Times-Now-Italics;
  src: url("../public/fonts/times-now-sli.ttf");
}

.next-cur{
  /* cursor: url('../public/cursor/next.svg'); */
  cursor: e-resize;
}
.prev-cur{
  /* cursor: url('../public/cursor/previous.svg') */
  cursor: w-resize;

}

/* Individual Styling of Elements */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  /* cursor: default; */
  /* cursor: url(assets/cursor.svg), auto; */

  /* code for smoothing out the typeface */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  /* Code for Firefox */
  background: #fcfc00;
}

::selection {
  background: #fcfc00;
}

body,
html {
  height: 100vh;
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
  max-width: auto;

  /* tablet size uwu */
  margin: 0 auto !important;
  float: none !important;
}

.inline {
  display: flex;
  gap: 0.8em;
}

/* spacing normalize */
.margin-left-lv1 {
  margin-left: 0.375em;
}
.margin-left-lv2 {
  margin-left: 0.75em;
}
.margin-left-lv3 {
  margin-left: 1.125em;
}
.margin-left-lv4 {
  margin-left: 2.25em;
}
.margin-left-lv5 {
  margin-left: 3em;
}

.margin-right-lv1 {
  margin-right: 0.375em;
}
.margin-right-lv2 {
  margin-right: 0.75em;
}
.margin-right-lv3 {
  margin-right: 1.125em;
}
.margin-right-lv5 {
  margin-right: 3em;
}

.margin-bottom-lv05 {
  margin-bottom: 0.2em;
}

.margin-bottom-lv1 {
  margin-bottom: 0.375em;
}

.margin-bottom-lv2 {
  margin-bottom: 0.75em;
}

.margin-bottom-lv3 {
  margin-bottom: 1.125em;
}

.margin-bottom-lv4 {
  margin-bottom: 1.5em;
}

.margin-bottom-lv6 {
  margin-bottom: 2em;
}

.margin-bottom-lv8 {
  margin-bottom: 3em;
}

.margin-bottom-lv16 {
  margin-bottom: 6em;
}

.margin-bottom-lv32 {
  margin-bottom: 12em;
}

.margin-top-lv05 {
  margin-top: 0.1875em;
}

.margin-top-lv1 {
  margin-top: 0.375em;
}

.margin-top-lv2 {
  margin-top: 0.75em;
}

.margin-top-lv3 {
  margin-top: 1.125em;
}

.margin-top-lv4 {
  margin-top: 1.5em;
}

.margin-top-lv6 {
  margin-top: 2.2em;
}

.margin-top-lv8 {
  margin-top: 3em;
}

.margin-top-lv16 {
  margin-top: 6em;
}

.margin-top-lv32 {
  margin-top: 9em;
}

.margin-top-lv64 {
  margin-top: 18em;
}
