:root {
    --color: #464646;
  }

@font-face {
    font-display: swap;
    font-family: 'PT Mono';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/PT_Mono.woff2') format('woff2');
}

h1{
    font-family: 'PT Mono';
    color: var(--title);
    text-align: center; 
    font-size: 7em;
}

