.ag-theme-alpine {
    --ag-foreground-color: rgb(0, 0, 43);
    --ag-background-color: rgb(235,245,255);
    --ag-header-foreground-color: rgb(255, 255, 255);
    --ag-header-background-color: rgb(0,43,81);
    --ag-odd-row-background-color: rgb(0, 0, 0, 0.05);
    --ag-header-column-resize-handle-color: rgb(126, 46, 132);

    --ag-font-size: 32px;
    --ag-font-family: calibri;
}