@use '../../scss/base/fonts' as *; // Must be first to load Google fonts asap

// Variables - The web version imports this differently. I'm
// putting it in this file to make thing more concise but if this gets so large it
// needs to be imported the same way, refer to that project

// @use '../base/variables/icons' as *;
// Mixins, see comment above
@use './base/mixins/glass' as *;
@use './base/mixins/typography' as *;
@use './base/baseline' as *;
@use './base/decorations/glows' as *;
@use './base/layout' as *;
@use './base/typography' as *;
@use './base/decorations/backgrounds' as *;
@use './base/color' as *;

// Base modules (utility classes which should override as much as possible)
@use '../../scss/base/functions' as *;
@use '../../scss/base/mixins' as *;
@use '../../scss/base/links' as *;
@use '../../scss/base/spacing' as *;
@use '../../scss/base/sizing' as *;
@use '../../scss/base/decorations/decorations' as *;
