@font-face {
  font-family: "Forma DJR";
  src: url("../fonts/FormaDJRVariable-VF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.image-top-left { 
    position: absolute; 
    top: 0; 
    left: 0; 
} 

.image-bottom-right { 
    position: absolute; 
    right: 0; 
    bottom: 0; 
    height: 100vh; 
    width: auto;
}