@use "sass:map";

@forward "@amloop/aml-css/lib/abstract/variables";

/* Example with overrides:
@forward "@amloop/aml-css/lib/abstract/variables" with (
  // Customize variables here
  $base-font-size: 16,
  $min-site-width: 320,
  $max-site-width: 1920,
  $namespace: "",
  $default-media-type: all,
  $breakpoints: map.merge(
    $breakpoints,
    (
      xxl: tools.rem(1600),
    )
  )
);
*/
