p-table,
.p-datepicker-panel {
  --p-datepicker-title-font-weight: 700;
  --p-datepicker-date-color: #333;
  --p-datepicker-week-day-font-weight: 400;
  --p-datepicker-week-day-color: #949494;
  --p-datepicker-header-background: #f4f3f1;
  --p-datepicker-panel-background: #fff;
  --p-datepicker-panel-shadow: 0.25px 1.5px 2px 0 rgba(0, 0, 0, 0.1),
    2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  --p-datepicker-week-day-padding: 2px;
  --p-datepicker-header-padding: 16px 8px;
  --p-datepicker-date-height: 34px;
  --p-datepicker-date-width: 34px;
  --p-datepicker-date-hover-background: #f4f3f1;
  --p-datepicker-date-selected-background: #fc0;
  --p-datepicker-date-border-radius: 4px;
  --p-disabled-opacity: 53%;
  --p-datepicker-date-focus-ring-shadow: 0.25px 1.5px 2px 0 rgba(0, 0, 0, 0.1),
    2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  --p-datepicker-date-focus-ring-width: 2px;
  --p-datepicker-date-focus-ring-style: solid;
  --p-datepicker-date-focus-ring-color: #1976c8;
}
