@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: "RDT";
    src: url("../assets/fonts/rdt.ttf") format("truetype");
    font-weight: normal;
}

body {
    background: #040402;
    color: #fff;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
.rdt {
    font-family: "RDT";
    text-transform: uppercase;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.01em;
    margin-top: .25rem;
}

p, span, h1, h2, h3, h4, h5, h6 {
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
}
html {
    scroll-behavior: smooth;
}