{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
$fa-font-path: {{ "/fonts/fontawesome-free/webfonts" | relURL }}
$nunito-font-path: {{ "/fonts/NunitoSans" | relURL }}

@import "fonts"
@import "{{ $themeStyle }}-variables"
@import "base-variables"
@import "bulma-import"
@import "fontawesome-import"
@import "base"
@import "{{ $themeStyle }}-style"