+ Building the future with Hopper: Our Design System
+ Building the future with Hopper: Our Design System
+ Building the future with Hopper: Our Design System
+ Building the future with Hopper: Our Design System
+ Building the future with Hopper: Our Design System
+
+ Hopper, our Design System, is the cornerstone of our development approach. Designed to deliver a seamless
+ and efficient user experience, Hopper provides a comprehensive library of consistent components, icons and
+ styles. By integrating Hopper into our projects, we are committed to maintaining a unified visual design,
+ optimal accessibility and uncompromising scalability. Building with Hopper means building with consistency,
+ simplicity and excellence.
+
+ ;
+}
diff --git a/apps/docs/app/playground/typography/typo.css b/apps/docs/app/playground/typography/typo.css
new file mode 100644
index 000000000..f20522b6d
--- /dev/null
+++ b/apps/docs/app/playground/typography/typo.css
@@ -0,0 +1,17 @@
+@font-face {
+ font-family: "ABC Favorit";
+ font-style: normal;
+ font-weight: 410;
+ src: url("https://assets.workleap-dev.com/hopper/fonts/ABCFavorit-Regular.otf") format("opentype");
+ font-display: fallback;
+}
+
+
+[data-font="cdn"] {
+ font-family: "ABC Favorit", sans-serif;
+ font-weight: 410;
+ font-style: normal;
+ color: #1c1b1b;
+ line-height: 1.5;
+}
+