/**
 * Unset Bootstrap variables
 *
 * If you need to reset a variable to null, this has to be done after all
 * defaults have been defined via _bootstrap.scss
 * Setting values to null instead of 0 or transparent can reduce CSS bloat.
 * Only null values should be included here.
 */

@use "bootstrap" as *;

// Cards
$card-border-radius:        null;
$card-inner-border-radius:  null;

// Carousel
$carousel-caption-spacer:            null;
$carousel-caption-color:             null;
$carousel-caption-color-dark:        null;
$carousel-control-icon-filter-dark:  null;
$carousel-dark-caption-color:        null;  // Deprecated Bootstrap v5.3.4
$carousel-dark-control-icon-filter:  null;  // Deprecated Bootstrap v5.3.4

// Forms
$form-check-btn-check-disabled-opacity: null;

// Links
$link-decoration:           null;
$link-hover-decoration:     null;
