@use "../../variables/units";
@use "../../variables/states";

$inline-start-padding: units.$u6;

$small-padding-block-start: units.$u5 - 1px;

$warning-bg: states.$warning-bg;
$warning-border: states.$warning-border;

$error-bg: states.$error-bg;
$error-border: states.$error-border;

$success-bg: states.$success-bg;
$success-border: states.$success-border;

$info-bg: states.$info-bg;
$info-border: states.$info-border;

$banner-sm: auto; // Small screen / tablet
$banner-md: 922px; // Medium screen / desktop
$banner-lg: 1152px; // Large screen / wide desktop
