/* font: Go Mono */
@font-face {
    font-family: 'Go Mono';
    src: local('Go Mono'),
         url('/style/Go-Mono.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* font: Courier Prime */
@font-face {
    font-family: 'Courier Prime';
    src: local('Courier Prime'),
         url('/style/CourierPrime-Regular.woff2') format('woff2'),
         url('/style/CourierPrime-Regular.woff') format('woff'),
         url('/style/CourierPrime-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

code {
    font-family: 'Go Mono', 'Courier Prime', monospace;
    font-size: 0.85em;
}

/*
textarea {
  width: 100vw;
  height: 100dvh; dynamic viewport height- for mobile with address bar
}
*/
