aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
new file mode 100644
index 0000000..ebb3fc5
--- /dev/null
+++ b/src/index.css
@@ -0,0 +1,20 @@
+:root {
+ font-size: calc(1vw + 0.6em);
+ font-family: 'Pitagon Sans Mono', monospace;
+ letter-spacing: 0.04em;
+ overscroll-behavior: none;
+}
+@media (min-width: 50em) {
+ :root {
+ font-size: 1.125em;
+ }
+}
+
+:root {
+ box-sizing: border-box;
+}
+*,
+*::before,
+*::after {
+ box-sizing: inherit;
+}