@tailwind base;
@tailwind components;
@tailwind utilities;

.h-shadow {
    position: relative;
}
  
.h-shadow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 80px 100px #111827;
}

body {
    font-family: 'Inter', sans-serif;
}
:root {
    --header-first: #1e1e29be;
    --header-second: #1e1e29c5;
}