@font-face {
    font-family: DM Sans;
    src: url("./DMSans-VariableFont_opsz,wght.ttf");
}

h1  {
    font-family: DM Sans,sans-serif;
    font-size: 8vw;
    width: fit-content;
    color: black;
    /*background-image: linear-gradient(90deg, #48c1b8 25%, #7f73fc 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
body{
    /*font-family: Roboto,sans-serif;*/
}