/* OAOA CSS Styles */
::-moz-selection {
  color: var(--white);
  background: var(--primary);
}
::selection {
  color: var(--white);
  background: var(--primary);
}

/* Global */
#main {
  height: 100svh;
}