$rt-namespace: 'Toastify';
$rt-toast-width: 320px !default;
$rt-toast-background: $color-white !default;
$rt-toast-min-height: 50px !default;
$rt-toast-max-height: 800px !default;
$rt-text-color-default: lighten($color-gray-dark, 10%) !default;
$rt-color-progress-default: $color-gray !default;

$rt-mobile: "only screen and (max-width : 480px)" !default;
$rt-font-family: Helvetica, Arial, sans-serif !default;
$rt-z-index: 9999 !default;
