2025 / apps /web /app /globals.css
daqc's picture
Initial commit
ad19202
@import "tailwindcss";
@import "fumadocs-ui/css/neutral.css";
@import "fumadocs-ui/css/preset.css";
@import "@repo/tailwind-config/theme.css";
@import "@repo/tailwind-config/tailwind-animate.css";
@source "../node_modules/fumadocs-ui/dist/**/*.js";
@variant dark (&:where(.dark, .dark *));
/* Basement scrollytelling demo fonts */
@font-face {
font-family: "BasementGrotesque";
src:
url("/scrolly-assets/fonts/BasementGrotesque-Regular.woff2")
format("woff2"),
url("/scrolly-assets/fonts/BasementGrotesque-Regular.woff2")
format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "BasementGrotesque";
src:
url("/scrolly-assets/fonts/BasementGrotesque-Black.woff2")
format("woff2"),
url("/scrolly-assets/fonts/BasementGrotesque-BlackExpanded.woff2")
format("woff2");
font-style: normal;
font-weight: 900;
font-display: swap;
}
pre.shiki {
@apply mb-4 rounded-lg p-6;
}
#nd-sidebar {
@apply bg-card! top-[4.5rem] md:h-[calc(100dvh-4.5rem)]!;
button[data-search-full] {
@apply bg-transparent;
}
}
#nd-page .prose {
h1,
h2,
h3,
h4,
h5,
h6 {
a {
@apply no-underline!;
}
}
}
div[role="tablist"].bg-secondary {
@apply bg-muted!;
}
input[cmdk-input] {
@apply border-none focus-visible:ring-0;
}