@font-face {
    font-family: 'Nunito Sans';
    src: url('/assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Bastard Regular';
    src: url('/assets/fonts/Bastard Regular.ttf') format('truetype');
    font-weight: normal;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    box-sizing: border-box;
    background-color: #fed7aa0d;
}
h1 {
    margin: 0;
    font-weight: 800;
    font-size: 5rem;
    line-height: 1.2;
}
h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 40%;
}
p {
    margin: 0;
    font-size: .875rem;
    line-height: 1.5;
}
.brand-text {
    font-family: 'Bastard Regular', serif;
}
.text-transparent {
    color: transparent;
}
.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, #f97316 , #9333ea);
}