summaryrefslogtreecommitdiff
path: root/src/components/Header/Header.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Header/Header.module.css')
-rw-r--r--src/components/Header/Header.module.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/components/Header/Header.module.css b/src/components/Header/Header.module.css
index b30d5b7..8e6084f 100644
--- a/src/components/Header/Header.module.css
+++ b/src/components/Header/Header.module.css
@@ -1,8 +1,20 @@
+@import '../../styles/GlobalVariables.css';
+
.header {
- font-family: "Fredoka One", cursive;
+ font-family: 'Fredoka One', cursive;
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
padding: 20px;
}
+
+.header__heading {
+ font-size: var(--font-large);
+ font-weight: 400;
+}
+
+.header__subheading {
+ font-size: var(--font-medium);
+ font-weight: 400;
+}