@media (prefers-color-scheme: light) {

    :root {

        --BackgroundColorBrush : #F0F0F0;
        --BackgroundColorMidBrush : #F5F5F5;
        --BackgroundColorPrimaryBrush : #FAFAFA;
        --BackgroundColorMiddleBrush : #FFFFFF;
        --BackgroundColorTopBrush : rgba(246, 246, 246, 0.5);
        --BackgroundColorHoverBrush : rgba(241, 241, 241, 1);
        --SurfaceStrokeColorDefaultBrush : 1px solid rgba(117, 117, 117, 0.4);
        --SurfaceStrokeColorFlyoutBrush : 1px solid rgba(0, 0, 0, 0.0578);

        --TextFillColorPrimaryBrush : #323130;
        --TextFillColorSecondaryBrush : #616161;

        --TextFillColorPrimaryBrush_invert : rgba(255, 255, 255, 1);
        --TextFillColorSecondaryBrush_invert : rgba(255, 255, 255, 0.786);

        --SurfaceStrokeColorDefaultBrush : 1px solid rgba(117, 117, 117, 0.4);
        --SurfaceStrokeColorFlyoutBrush : 1px solid rgba(0, 0, 0, 0.0578);

        --globalColorGrey4:#0a0a0a;
        --globalColorGrey8:#141414;
        --globalColorGrey12:#1f1f1f;
        --globalColorGrey14:#242424;
        --globalColorGrey16:#292929;
        --globalColorGrey24:#3d3d3d;
        --globalColorGrey32:#525252;
        --globalColorGrey36:#5c5c5c;
        --globalColorGrey40:#666666;
        --globalColorGrey42:#6b6b6b;
        --globalColorGrey46:#757575;
        --globalColorGrey60:#999999;
        --globalColorGrey68:#adadad;
        --globalColorGrey84:#d6d6d6;
        --globalColorGrey14Alpha80:#242424cc;
        --globalColorWhiteAlpha10:#ffffff1a;
        --globalColorWhite:#ffffff;
        --globalColorBlack:#000000;
        --globalColorLightBlueTint30:#83bdeb;
        --globalColorCranberryTint40:#eeacb2;
        --globalColorCranberryTint60:#fdf3f4;
        --colorTransparentBackground:transparent;
        --colorNeutralBackground6:#00000033;
        --colorNeutralBackground7:#0000004d;
        --colorNeutralBackground8:#00000066;
        --colorNeutralBackgroundAlpha3Hover:#EBEBEB;
        --fontSizeBase100:10px;
        --fontSizeBase200:12px;
        --fontSizeBase300:14px;
        --fontSizeBase400:16px;
        --fontSizeBase500:20px;
        --fontWeightRegular:400;
        --fontWeightSemibold:600;
        --borderRadiusSmall:2px;
        --borderRadiusMedium:4px;
        --borderRadiusLarge:6px;
        --borderRadiusXLarge:8px;
        --borderRadiusCircular:10000px;
        --lineHeightBase300:20px;
        --lineHeightBase500:28px;
        --colorTransparentStroke:transparent;
        --colorStrokeFocus2:var(--globalColorWhite);
        --colorStrokeFocus3:#ffffff0d;
        --shadow4:0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.14);
        --shadow28:0 0 2px rgba(0, 0, 0, 0.12),0 4px 8px rgba(0, 0, 0, 0.14);
        --shadow64:0 0 8px rgba(0, 0, 0, 0.4),0 32px 64px rgba(0, 0, 0, 0.48);
        --shadowElevation2:0px 1px 2px rgba(0, 0, 0, 0.14),0px 0px 2px rgba(0, 0, 0, 0.12);
        --shadowElevation4:0px 2px 4px rgba(0, 0, 0, 0.14),0px 0px 2px rgba(0, 0, 0, 0.12);
        --durationFaster:100ms;
        --durationFast:150ms;
        --durationNormal:200ms;
        --durationSlow:300ms;
        --durationSlower:400ms;
        --borderRadiusNone:0;
        --borderRadiusXLarge:8px;
        --curveEasyEase:cubic-bezier(0.33, 0, 0.67, 1);
        --curveDecelerateMax:cubic-bezier(0, 0, 0, 1);
        --curveEasyEaseMax:cubic-bezier(0.8, 0, 0.1, 1);
        --curveDecelerateMid:cubic-bezier(0.1, 0.9, 0.2, 1);
        --curveDecelerateMin:cubic-bezier(0.33, 0, 0.1, 1);
        --s:8px;
        --m:12px;
        --spacingHorizontalM:var(--m);
        --spacingVerticalS:var(--s);
        --spacingVerticalM:var(--m);
        --strokeWidthThin:1px;

        --pageBackgroundGradientColorStop1: #e9f0f5;
        --pageBackgroundGradientColorStop2: #f2f0f4;
        --pageBackgroundGradientColorStop3: #f5f5f5;
    
        --AccentTextFillColorPrimaryBrush: linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%);
        --AccentTextFillColorSecondaryBrush: linear-gradient(128.84deg,#025caa 20.46%,#222b91 72.3%);

        --SystemFillColorAttentionBrush : linear-gradient(128.84deg, #0f6cbd 20.46%, #3c45ab 72.3%);;
        --SystemFillColorAttentionBackgroundBrush : rgba(246, 246, 246, 0.5);
    
        --SystemFillColorSuccessBrush : rgba(15, 123, 15, 1);
        --SystemFillColorSuccessBackgroundBrush : rgba(223, 246, 221, 1);
    
        --SystemFillColorCautionBrush : rgba(157, 93, 0, 1);
        --SystemFillColorCautionBackgroundBrush : rgba(255, 244, 206, 1);
    
        --SystemFillColorNeutralBrush : rgba(196, 43, 28, 1);
        --SystemFillColorCriticalBackgroundBrush : rgba(253, 231, 233, 1);
    
        --ColorBadgeIconRed : #D13438;
        --ColorBadgeIconGreen : #107C10;
    }

    .top-menu .content .applauncher img {filter: invert(0);}
}

  