$primary-main = #303778
$primary-dark = #1D2258
$primary-light = #595f93
$primary-contrast = #ffffff
$secondary-main = #3037FF
$secondary-dark = #2126b2
$secondary-light = #595fff
$secondary-contrast = #ffffff
$error-main = #BD2130
$error-dark = #841721
$error-light = #ca4d59
$error-contrast = #ffffff
$warning-main = #FF8449
$warning-dark = #b25c33
$warning-light = #ff9c6d
$warning-contrast = #ffffff
$info-main = #ffffff
$info-dark = #CCCCCC
$info-light = #E7E7E7
$info-contrast = #000000
$success-main = #28A745
$success-dark = #1c7430
$success-light = #53b86a
$success-contrast = #ffffff


$themes = 'primary', 'secondary', 'error', 'warning', 'info', 'success'

applyAllThemes($fn)
  for $theme in $themes
    &.theme-{$theme}
      $fn(lookup('$'+$theme+'-main'),lookup('$'+$theme+'-contrast'),lookup('$'+$theme+'-light'),lookup('$'+$theme+'-dark'))

