--- /dev/null
+@charset "utf-8"
+
+// Global Settings
+$family-sans-serif: Prompt, sans-serif
+
+// Colour Palette
+$primary: #ff2e52
+$secondary: #4a0083
+$green: #3adb76
+$yellow: #e7e247
+$red: #cc4b47
+$black: #000000
+
+// Use the primary colour for links
+$link: #000000
+
+// Buttons
+$button-border-width: 4px
+$button-padding-horizontal: 2rem
+
+// Import Bulma
+@import "../third-party/bulma/sass/base/_all.sass"
+@import "../third-party/bulma/sass/components/_all.sass"
+@import "../third-party/bulma/sass/elements/_all.sass"
+@import "../third-party/bulma/sass/form/_all.sass"
+@import "../third-party/bulma/sass/grid/_all.sass"
+@import "../third-party/bulma/sass/helpers/_all.sass"
+@import "../third-party/bulma/sass/layout/_all.sass"
+@import "../third-party/bulma/sass/utilities/_all.sass"
+
+// Import fonts
+@import "_fonts"
+
+// Import icons
+@import "_icons"
+
+// Custom CSS
+++ /dev/null
-/*
- Global Settings
-*/
-$family-sans-serif: Prompt, sans-serif;
-
-// Colour Palette
-$primary: #ff2e53;
-$green: #3adb76;
-$yellow: #e7e247;
-$red: #cc4b47;
-
-// Use the primary colour for links
-$link: $primary;
-
-/*
- Import Bulma
-*/
-@import "../third-party/bulma/sass/base/_all";
-@import "../third-party/bulma/sass/components/_all";
-@import "../third-party/bulma/sass/elements/_all";
-@import "../third-party/bulma/sass/form/_all";
-@import "../third-party/bulma/sass/grid/_all";
-@import "../third-party/bulma/sass/helpers/_all";
-@import "../third-party/bulma/sass/layout/_all";
-@import "../third-party/bulma/sass/utilities/_all";
-
-// Import fonts
-@import "_fonts";
-
-// Import icons
-@import "_icons";
-
-/*
- Custom CSS
-*/