/**

    Marsh custom variables

    This uses the variables from the main package

**/

//button
$btn-font-size-tny: 0.7rem;
$btn-padding-y-tny: (($btn-height-sm - $btn-font-size-sm * $btn-line-height) / 2.3) !default;
$btn-padding-x-tny: (($btn-height-sm - $btn-font-size-sm * $btn-line-height) / 2) !default;

//card

:root {
    --card-bg-colour: #ffffff; 
}