html,body {
    scroll-behavior: smooth;
    width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      overflow-x: hidden;
    }
    
    
    h1,
    h2,
    h3,
    p {
      margin: 0px;
      padding: 0;
    
    }
    ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
    }
    
    
    a {
      text-decoration: none;
    }
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    @font-face {
        font-family: "hk_black";
        src: url("/tipografia/HKGrotesk-Black.otf") format("opentype");
    }
    @font-face {
        font-family: "hk_regular";
        src: url("/tipografia/HKGrotesk-Regular.otf");
    }
    :root{
        --cor0:#0C4BEC;
        --cor1:#06355F;
        --cor2:#10508A;
        --cor3:#1B8CF0;
        --cor4:#A9D6FF;
        --cor5:#FFFFFF;
        --titulo:"Alice";
        --texto:"hk_regular";
        --destaque:"hk_black";

    }