theme beginnings
diff --git a/styles/subheading.module.css b/styles/subheading.module.css
index f4c42d0..c24926c 100644
--- a/styles/subheading.module.css
+++ b/styles/subheading.module.css
@@ -1,7 +1,7 @@
 .title {
     width: 100%;
     font-size: max(2em, 2vw);
-    color: var(--card-text-color);
+    color: var(--theme-ui-colors-text);
     font-weight: lighter;
     text-align: center;
     word-break: break-word;