Sacha VAUDEY 537c2b01d1
Some checks failed
Build / build-check (pull_request) Failing after 2m2s
init new version
2025-09-13 18:23:10 +02:00

20 lines
433 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Reuse existing custom styles from src/index.css - keep minimal duplication here */
:root {
--font-heading: 'Dela Gothic One', sans-serif;
--font-body: 'Roboto', sans-serif;
}
html {
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}
/* Additional animations and styles are still present in src/index.css; importing that file from components if needed */