// TODO-p1: wee need to make sure that theses are overridable by the developer from the layout and themeprovider components
$standard-color: #101828;
$section-purple: #361648;
$link-purple: #51226d;
$button-color: #6c2d91;
$highlightColor: #8738b5;
$med-purple: #b685d2;
$light-purple: #e5d2ef;
$light-light-purple: #f0e6f6;
$standard-color-contrast: #ffffff;
$secondary-button-hover: #f9fafb;
$external-link-color: #67e3f9;
$subtle-border: #d0d5dd;
$hero-background: #f2f4f7;
$error-message: #ff0030;
$disabled-background: #f2f4f7;
$disabled-foreground: #eaecf0;

$font-01: 'Poppins', sans-serif;
$font-02: 'Mulish';
$font-logo: 'Copperplate';
$font-color-secondary: #344054;
$font-color-primary: #475467;
$font-color-contrast: #cdace0;
$section-contrast: #edfcf2;
$ui-component-non-interactive: #eaecf0;
$subtle-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);

$button-transition: 0.25s ease-in-out;
