diff --git a/style.css b/style.css
index 64f267a..111637b 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,5 @@
+@import url('/styles/variables.css');
+@import url('/styles/scrollbar.css');
 @import url('/styles/common.css');
 @import url('/styles/classes/breaks.css');
 @import url('/styles/classes/flex.css');
diff --git a/styles/bundles/complete.css b/styles/bundles/complete.css
index 33d9dfd..d1e95fd 100644
--- a/styles/bundles/complete.css
+++ b/styles/bundles/complete.css
@@ -1,3 +1,5 @@
+@import url('/styles/variables.css');
+@import url('/styles/scrollbar.css');
 @import url('/styles/common.css');
 @import url('/styles/classes/breaks.css');
 @import url('/styles/classes/flex.css');
diff --git a/styles/common.css b/styles/common.css
index bc564ed..32b229d 100644
--- a/styles/common.css
+++ b/styles/common.css
@@ -1,6 +1,3 @@
-@import url('/styles/variables.css');
-@import url('/styles/scrollbar.css');
-
 h1, h2, h3, h4, h5 {
   font-family: var(--font);
   font-weight: 700;
diff --git a/styles/components/footer.css b/styles/components/footer.css
index 6394a6e..ec7014e 100644
--- a/styles/components/footer.css
+++ b/styles/components/footer.css
@@ -1,4 +1,3 @@
-@import url('/styles/common.css');
 footer {
   margin-top: 1em;
   color: var(--dark-text);
diff --git a/styles/components/header.css b/styles/components/header.css
index 5acdd53..951e32d 100644
--- a/styles/components/header.css
+++ b/styles/components/header.css
@@ -1,5 +1,3 @@
-@import url('/styles/common.css');
-
 header {
   position: fixed;
 
diff --git a/styles/components/pre-icon.css b/styles/components/pre-icon.css
index 80237af..5b4d475 100644
--- a/styles/components/pre-icon.css
+++ b/styles/components/pre-icon.css
@@ -1,5 +1,3 @@
-@import url('/styles/common.css');
-
 .pre-icon {
   display: inline-flex;
   align-items: center;
diff --git a/styles/components/reference.css b/styles/components/reference.css
index 97f60df..06cbf3e 100644
--- a/styles/components/reference.css
+++ b/styles/components/reference.css
@@ -1,5 +1,3 @@
-@import url('/styles/common.css');
-
 a.reference:link,
 a.reference:visited {
   color: inherit;