@font-face {
    font-family: "holdot";
    src: url("HoldotVF.woff") format("woff2");
/*    src: url("Holdot-Regular.otf") format("woff2");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
}

textarea {
    font-family: "holdot";
    font-variation-settings: "grad" .5;
    font-size: 10rem;
    
    position: relative;
    left: 5vw;
    top: 5vh;
    width: 90vw;
    height: 90vh;
    
    text-align: center;
    border: 1px solid grey;
    resize: none;
    
    letter-spacing: -50;
}
textarea: focus {
    outline: none;
}
input: focus {
    outline: none;
}
body, textarea {
    background-color: #000;
}
   
