
/* FONTS >w< */

@font-face {font-family: 'lucida';src: url('styles/fonts/LucidaConsole.woff2') format('woff2');src: url('styles/fonts/LucidaConsole.woff') format('woff');font-weight: normal;font-style: normal;}

@font-face {font-family: 'ps1';src: url('styles/fonts/psx-lainTYPE.woff2') format('woff2');src: url('styles/fonts/psx-lainTYPE.woff') format('woff');font-weight: normal;font-style: normal;}

@font-face {font-family: 'eva';src: url('styles/fonts/EVA_Matisse_Classic-EB.woff2') format('woff2');src: url('styles/fonts/EVA_Matisse_Classic-EB.woff') format('woff');font-weight: 900;font-style: normal;transform: scale(1,1.5)}

/* MAIN ELEMENTS */

:root {
  --background-color: #000000;
  --text-color: #FFFFFF;
  --link-color: 
  --width: 720px;
  --font1: 'lucida';
  --font2: 'ps1';
  --font-scale: 1em;
}

body  {
  background-color: var(--background-color);
  color: var(--text-color);
  max-width: var(--width);
  display: flex;
}

h1  {
  font-family: 'ps1';
  padding: 2vw;
}
