.cardo-regular {
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: normal;
}
.text-white {
    color: white;
}
::selection {
    background-color: #ffffff;
    color: #000000;
  }

body {
    background: black;
    .hero {
        height: 100%;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}