@font-face {
  font-family: "Jost";
  src: url("jost.light.otf") format("opentype");
}

*
{
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0; 
  padding: 0; 
}

.sophie-font
{
  font-family: 'Jost', "Jost", serif;
  font-size: 1rem;
}

.vertically-center-content
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.viewport-height {
  height: 100%;
  overflow-y: hidden;
  overscroll-behavior-y: none;
}
