@font-face {
  font-family: "founders-mono";
  src: url("../../fonts/founders-grotesk-mono-regular.woff") format("woff"); }

@font-face {
  font-family: "founders";
  src: url("../../fonts/founders-grotesk-light.woff") format("woff"); }

@font-face {
  font-family: "founders-bold";
  src: url("../../fonts/founders-grotesk-medium.woff") format("woff"); }

@font-face {
  font-family: "inter-light";
  src: url("../../fonts/Inter-Light.woff2") format("woff"); }

@font-face {
  font-family: "inter";
  src: url("../../fonts/Inter-Regular.woff2") format("woff"); }

@font-face {
  font-family: "inter-bold";
  src: url("../../fonts/Inter-Bold.woff2") format("woff"); }

@font-face {
  font-family: "tiempos";
  src: url("../../fonts/tiempos-headline-test-light.woff") format("woff"); }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

* {
  box-sizing: border-box; }

::selection {
  background: #454954;
  color: white; }

::-moz-selection {
  background: #454954;
  color: white; }

html,
body {
  position: relative;
  font-family: inter, sans-serif;
  margin: 0;
  padding: 0;
  color: #8e8f87;
  background-color: white;
  font-size: 11pt;
  letter-spacing: 0.15pt; }

header,
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-family: founders;
  font-size: 1.25em;
  width: 100%;
  height: 90vh;
  letter-spacing: calc(0.5em - 0.25vw);
  transition: all 0.05s;
  user-select: none;
  pointer-events: none;
  background-size: cover; }
  header nav,
  footer nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%; }
  header p,
  footer p {
    max-width: 700px;
    text-align: center; }
  header a,
  footer a {
    color: #8e8f87;
    pointer-events: all;
    letter-spacing: 0;
    transition: color 0.1s; }
    header a:hover,
    footer a:hover {
      color: #454954; }
  header img,
  footer img {
    width: calc(80% - 40vw);
    max-width: 300px; }

footer {
  justify-content: space-evenly;
  align-items: center;
  letter-spacing: initial; }
  footer p {
    width: 80%;
    font-size: calc(1em + 0.5vw); }

main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; }
  main section {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

@media screen and (min-width: 900px) {
  header {
    flex-direction: row; } }
/* DARK MODE */
@media (prefers-color-scheme: dark) {
  ::selection {
    background: white;
    color: #454954; }

  ::-moz-selection {
    background: white;
    color: #454954; }

  html,
  body {
    background-color: #070707; }

  header a:hover,
  footer a:hover {
    color: white; }

  div.tabs .tab.active {
    background: white;
    color: #454954; }

  section.card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 4px 4px rgba(0, 0, 0, 0.075), 0 6px 6px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(0, 0, 0, 0.075), 0px 0px 0px 1px rgba(255, 255, 255, 0.035); } }
