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