.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400; 
    margin: 40px;
}

h1 {
    color: #3f1f69;
}

a {
    color: #5d3c85;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
