@font-face {
  font-family: "Groboldov"; 
  src: url("Groboldov.otf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 

@font-face {
  font-family: "Gilroy"; 
  src: url("Gilroy-Semibold_0.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 



body {
    font-family: "Groboldov";
    letter-spacing: 0.15em;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: rgb(7, 7, 7);
    color: white;
}

a {
    cursor: pointer;
}