@import './codeblocks.css';

:root{
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background:var(--bg);
    min-height: 100vh;
    height: 100vh;
    
  }
  body{
    overflow-y:auto;
  }

  h1{font-size:2rem;}
  h2{font-size: 1.2rem;}
  h3{font-size: 1.1rem;}
  h4{font-size: 1rem;}
  h5{font-size: 1rem;}
  h6{font-size:.8rem}


  body{
    display: flex;
    height: 100%;
    width: 100%;
  }

  hr{
    margin:0 var(--sp-0);
    margin-top:var(--sp-0);
    margin-bottom:var(--sp-00);
  }