/*:root,
[data-color-theme="light"],
[data-color-theme="dark"] {

    !* ==================== FONT SIZES ==================== *!
    --body-font-size: 0.75rem;

    --body-font-size-lg: 0.875rem;
    --body-font-size-sm: 0.6875rem;
    --body-font-size-xs: 0.625rem;

    !* ==================== HEADINGS ==================== *!
    --h1-font-size: 1.35rem;     !* Much smaller than default *!
    --h2-font-size: 1.15rem;
    --h3-font-size: 1rem;
    --h4-font-size: 0.95rem;
    --h5-font-size: 0.85rem;
    --h6-font-size: 0.75rem;

    !* Line heights for headings *!
    --h1-line-height: 1.3;
    --h2-line-height: 1.35;
    --h3-line-height: 1.4;
    --h4-line-height: 1.45;
    --h5-line-height: 1.5;

    !* ==================== OTHER ==================== *!
    --body-line-height: 1.55;
    --body-line-height-lg: 1.45;
    --body-line-height-sm: 1.65;
    --body-line-height-xs: 1.8;

    --border-radius: 0.25rem;
    --border-radius-sm: 0.2rem;
}

!* ==================== TABLE ==================== *!
.table {
    --table-cell-padding-y: 0.35rem !important;
    --table-cell-padding-x: 0.65rem !important;
}

!* ==================== SMALL BUTTONS ==================== *!
.btn-group-xs > .btn,
.btn-xs {
    --btn-padding-y: 0.25rem;
    --btn-padding-x: 0.55rem;
    --btn-font-size: var(--body-font-size-xs);
    --btn-border-radius: var(--border-radius-sm);
}

!* ==================== EXTRA HEADING FIXES (Important) ==================== *!
h1, .h1,
h2, .h2,
h3, .h3,
.page-title,
.card-title,
.panel-title,
.content-header h1,
.content-header h2,
.content-header h3 {
    font-size: var(--h1-font-size) !important;   !* fallback for h1 *!
}

h2, .h2,
.card-title,
.panel-title {
    font-size: var(--h2-font-size) !important;
}

h3, .h3 {
    font-size: var(--h3-font-size) !important;
}

h4, .h4 { font-size: var(--h4-font-size) !important; }
h5, .h5 { font-size: var(--h5-font-size) !important; }*/











/*:root,*/
/*[data-color-theme="light"],*/
/*[data-color-theme="dark"] {*/
/*    !* Base body font size - this is what controls most text *!*/
/*    --body-font-size: 0.75rem;           !* or 0.6875rem for even smaller *!*/

/*    !* Scale down the variants too *!*/
/*    --body-font-size-lg: 0.875rem;*/
/*    --body-font-size-sm: 0.6875rem;*/
/*    --body-font-size-xs: 0.625rem;       !* you had 0.2rem which is extremely small *!*/

/*    !* Line heights usually need adjustment when changing font size *!*/
/*    --body-line-height: 1.6;*/
/*    --body-line-height-lg: 1.4;*/
/*    --body-line-height-sm: 1.7;*/
/*    --body-line-height-xs: 2.0;*/

/*    --border-radius: 0.25rem;*/
/*    --border-radius-sm: 0.2rem;*/
/*}*/

/*.table {*/
/*    --table-cell-padding-y: .2rem !important;*/
/*    --table-cell-padding-x: .5rem !important;*/
/*}*/

/*.btn-group-xs  > .btn, .btn-xs {*/
/*    --btn-padding-y: 0.25rem;*/
/*    --btn-padding-x: 0.55rem;*/
/*    --btn-font-size: var(--body-font-size-xs);*/
/*    --btn-border-radius: var(--border-radius-sm);*/
/*}*/

