diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html
index a83d28b..cbed37b 100644
--- a/.storybook/preview-head.html
+++ b/.storybook/preview-head.html
@@ -4,4 +4,9 @@
#storybook-root {
height: 100%;
}
+ body {
+ font-family: "Inter", sans-serif;
+ font-size: 12px;
+ background-color: #2b2b2b;
+ }