/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2022 Indian Type Foundry
 *
*/

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi-variable.woff2') format('woff2'),
    url('/fonts/satoshi-variable.woff') format('woff'),
    url('/fonts/satoshi-variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi Italic';
  src: url('/fonts/satoshi-variable-italic.woff2') format('woff2'),
    url('/fonts/satoshi-variable-italic.woff') format('woff'),
    url('/fonts/satoshi-variable-italic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: block;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

html {
  font-size: calc(10px + 0.6vw);
  text-transform: uppercase;
  --signature-yellow: #ffdd00;
}

body {
  max-width: 1280px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #010101;
  color: white;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

.gs-dev-tools.gs-dev-tools {
  position: absolute;
  z-index: 9999999999998989898989998989898;
}

::selection {
  background-color: var(--signature-yellow);
  color: #010101;
}
