.rasdaman-light {
    /*primary colors*/
    --primary-default: #03a9f4;
    --primary-darker: #0288d1;
    --primary-lighter: #b3e5fc;
    --primary-text: #03a9f4;
    --primary-default-contrast: #ffffff;
    --primary-darker-contrast: #ffffff;
    --primary-lighter-contrast: rgba(0, 0, 0, 0.87);

    /*accent colors*/
    --accent-default: #2196f3;
    --accent-darker: #1976d2;
    --accent-lighter: #bbdefb;
    --accent-text: #2196f3;
    --accent-default-contrast: #ffffff;
    --accent-darker-contrast: #ffffff;
    --accent-lighter-contrast: rgba(0, 0, 0, 0.87);

    /*warn colors*/
    --warn-default: #f44336;
    --warn-darker: #d32f2f;
    --warn-lighter: #ffcdd2;
    --warn-text: #f44336;
    --warn-default-contrast: #ffffff;
    --warn-darker-contrast: #ffffff;
    --warn-lighter-contrast: #000000;

    /*foreground colors*/
    --foreground-base: #000000;
    --foreground-divider: rgba(0, 0, 0, 0.12);
    --foreground-disabled: rgba(0, 0, 0, 0.12);
    --foreground-disabled-button: rgba(0, 0, 0, 0.38);
    --foreground-disabled-text: rgba(0, 0, 0, 0.26);
    --foreground-hint-text: rgba(0, 0, 0, 0.38);
    --foreground-secondary-text: rgba(0, 0, 0, 0.54);
    --foreground-icon: rgba(0, 0, 0, 0.54);
    --foreground-icons: rgba(0, 0, 0, 0.54);
    --foreground-text: rgba(0, 0, 0, 0.87);
    --foreground-slider-min: rgba(0, 0, 0, 0.87);
    --foreground-slider-off: rgba(0, 0, 0, 0.26);
    --foreground-slider-off-active: rgba(0, 0, 0, 0.38);

    /*background colors*/
    --background-selected-row: rgba(33, 150, 243, 0.2);
    --background-expansion-panel: #e0e0e0;
    --background-status-bar: #e0e0e0;
    --background-app-bar: #f5f5f5;
    --background-main-background: #fafafa;
    --background-hover: rgba(0, 0, 0, 0.04);
    --background-card: rgba(255, 255, 255, 0.9);
    --background-card-header: rgba(179, 229, 259, 0.9);
    --background-dialog: #ffffff;
    --background-disabled-button: rgba(0, 0, 0, 0.12);
    --background-raised-button: #ffffff;
    --background-focused-button: rgba(0, 0, 0, 0.12);
    --background-selected-button: #e0e0e0;
    --background-selected-disabled-button: #bdbdbd;
    --background-disabled-button-toggle: #eeeeee;
    --background-unselected-chip: #e0e0e0;
    --background-disabled-list-option: #eeeeee;
    --background-tooltip: #616161;
    --background-success: #4caf50;
}
