// toast size
$toast-width: 450px;

// toast spacing
$toast-spacing-bottom: $spacing--xs;
$toast-spacing-bottom--l: $spacing--m;

// toast duration
$toast-duration: 9.8s;
