feat(layout): import fx-system alongside global.css

fx-system.css is v7-5's .fx-* design system. global.css continues to
serve the legacy bento components (still used by /about, /services,
/contact, /faq, /blog). No collision because all v7-5 classes are
prefixed .fx-*. No visual change yet — components not wired yet.

Refs: .hermes/plans/2026-06-13_124000-moreminimore-v7-5-migration.md Task 1.2
This commit is contained in:
Kunthawat Greethong
2026-06-13 17:45:01 +07:00
parent ed03060ff7
commit 9eea9cbe6d

View File

@@ -1,5 +1,6 @@
---
import "../styles/global.css";
import "../styles/fx-system.css";
interface Props {
title: string;