/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


:root {
  --unit-100vh: 100vh;
  --blue: #01234E;
  --purple-xlt: #EFEEFE;
  --purple-lt:#B1AAFA;
  --purple: #6559f5;
  --purple-dk: #3D3593;
  --green-lt: #BDF249;
  --green: #52BF04;
  --green-dk: #47A603;
  --grey-xlt: #dfe6ee;
  --grey-lt: #8e9ba6;
  --grey-md: #788896;
  --grey-dk: #44505c;
  --grey-dk-50: #44505c80;
  --red-lt: #FAB7BE;
  --red-md: #BF0D1F;
  --neutral-xlt: #f8faf8;
  --orange-md: #BF700D;
}

@supports (height: 100dvh) {
  :root {
    --unit-100vh: 100dvh;
  }
}


