/********************************
* Arcibaldo - Global Theme
*
  # Variables SCSS:
  1.0 - Breakpoints
  2.0 - Size
  3.0 - Geometry

  # Theme
  1.0 - 1.1 Layout FlexBox (Containers)
  2.0 - Spacing (Padding, Margin)
  3.0 - Typography
  4.0 - Buttons
  5.0 - Shadings
  6.0 - Geometry
*
*/
@import 'arcibaldo.variables';
// Required
@import 'functions';
@import 'mixins';
// Optional
@import 'theme/layout';
@import 'theme/layout-flexbox';
@import 'theme/spacing';
@import 'theme/typography';
@import 'theme/buttons';
@import 'theme/shadings';
@import 'theme/geometry';