@charset "utf-8"; // Import a Google Font @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap'); // Set your brand colors $purple: #8A4D76; $pink: #FA7C91; $brown: #757763; $beige-light: #D0D1CD; $beige-lighter: #EFF0EB; // Update Bulma's global variables $family-sans-serif: "Poppins", sans-serif; $grey-dark: $brown; $grey-light: $beige-light; $primary: #000000; $link: #000000; $widescreen-enabled: true; $fullhd-enabled: true; // Update some of Bulma's component variables $body-background-color: $beige-lighter; $control-border-width: 2px; $input-border-color: transparent; $input-shadow: none; // Import only what you need from Bulma @import "../node_modules/bulma/sass/utilities/_all.sass"; @import "../node_modules/bulma/sass/base/_all.sass"; @import "../node_modules/bulma/sass/grid/_all.sass"; @import "../node_modules/bulma/sass/elements/button.sass"; @import "../node_modules/bulma/sass/elements/container.sass"; //@import "../node_modules/bulma/sass/elements/title.sass"; @import "../node_modules/bulma/sass/form/_all.sass"; @import "../node_modules/bulma/sass/components/navbar.sass"; @import "../node_modules/bulma/sass/components/pagination.sass"; //@import "../node_modules/bulma/sass/layout/hero.sass"; //@import "../node_modules/bulma/sass/layout/section.sass"; // Theme Files @import "base/variables"; @import "base/general"; @import "components/forms"; @import "layout/header"; @import "layout/footer"; @import "layout/sidebar"; @import "layout/pages/index"; @import "layout/pages/post"; @import "layout/pages/page"; @import "layout/responsive";