// In this file you can override the default variables of Bootstrap
// Do you want primary to be green? Just add "$primary: #00FF00;" to this file and the theme will automatically compile the scss for you.
//--COLORS
$c-green: hsl(134, 42%, 57%);
$c-yellow: hsl(59, 78%, 69%);
$c-black: hsl(345, 6%, 13%);
$g-primary: linear-gradient(to top, hsl(134, 42%, 57%), hsl(59, 78%, 69%));

$focus-ring-width: 0;
$focus-ring-color: transparent;

