// Colors must be imported

$defaults: (
    // --ret-theme-default-color
    "default": $reterial-ash-400,
    // --ret-theme-default-text-color
    "default-text": $reterial-charcoal-700,
    // --ret-theme-primary-color
    "primary": $reterial-blue-500,
    // --ret-theme-primary-text-color
    "primary-text": $reterial-ash-200,
    // --ret-theme-secondary-color
    "secondary": $reterial-green-500,
    // --ret-theme-secondary-text-color
    "secondary-text": $reterial-ash-200,
    // --ret-theme-warn-color
    "warn": $reterial-red-500,
    // --ret-theme-body-color
    "body": $reterial-ash-200,
    // --ret-theme-body-text
    "body-text": $reterial-charcoal-800
);
