@use "colours";
@use "bootstrap";

$consent-fg:                 colours.$gray-800;
$consent-bg:                 colours.$white;
$consent-link:               colours.$link-hover-color;
$consent-input-active-bg:    colours.$dark;
$consent-focus-box-shadow:   0 0 bootstrap.$focus-ring-blur bootstrap.$focus-ring-width rgba($consent-input-active-bg, bootstrap.$focus-ring-opacity);
$consent-btn1-fg:            colours.$white;
$consent-btn1-bg:            colours.$gray-800;
$consent-btn1-bd:            colours.$gray-800;
$consent-btn1-fg-hover:      colours.$white;
$consent-btn1-bg-hover:      colours.$gray-900;
$consent-btn1-bd-hover:      colours.$gray-800;
$consent-btn1-bg-active:     colours.$black;
$consent-btn1-bd-active:     colours.$gray-600;
$consent-btn2-fg:            colours.$gray-800;
$consent-btn2-bg:            colours.$white;
$consent-btn2-bd:            colours.$gray-800;
$consent-btn2-fg-hover:      colours.$gray-900;
$consent-btn2-bg-hover:      colours.$gray-400;
$consent-btn2-bd-hover:      colours.$gray-900;
$consent-btn2-bg-active:     colours.$gray-500;
$consent-btn2-bd-active:     colours.$black;
$consent-jar-transition:     height 400ms linear 0s, padding 400ms linear 0s;
