diff --git a/src/App.svelte b/src/App.svelte
index ef969a4..ab76b48 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -7,6 +7,8 @@
{#if $text && Object.keys($text).length > 0}
-
-
+
+
+
+
{/if}
diff --git a/src/app.css b/src/app.css
index 9a73bd0..474d3e8 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1,5 +1,6 @@
/* Global stylesheet */
+@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700&display=swap");
@import "tailwindcss";
/* Overwriting tailwindcss specific variables */
@@ -26,10 +27,6 @@
/* Design tokens & theme variables (light defaults) */
:root {
- /* layout tokens */
- --site-padding: clamp(1rem, 2vw, 2rem); /* horizontal page padding */
- --content-max: 1200px; /* main content max width */
-
/* spacing scale */
--spacing-0: 0px;
--spacing-1: 4px;
@@ -56,7 +53,7 @@
box-sizing: border-box;
}
html {
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI",
+ font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
Roboto, "Helvetica Neue", Arial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
diff --git a/src/components/Dropdown.svelte b/src/components/Dropdown.svelte
index 03ff447..e61191f 100644
--- a/src/components/Dropdown.svelte
+++ b/src/components/Dropdown.svelte
@@ -21,7 +21,7 @@
-