@font-face {
  font-family: 'Open Sans';
  src: url('/app/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}

* {
  font-family: 'Open Sans', serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: thin;
}

::selection{
  background: #e9d5ff;
  color: black;
}