{
  "typography": {
    "extended": {
      "fontFamily": "Arial, sans-serif"
    }
  },
  "palette": {
    "extended": {
      "primary": "#b71c1c",
      "success": "#66bb6a",
      "canceled": "#b71c1c",
      "processing": "#ff7043",
      "error": "rgb(244, 67, 54)",
      "warning": "#ffa726",

      "text": {
        "contrast": "#ffffff",
        "disabled": "#555555"
      },
      "border": {
        "contrast": "#ffffff"
      },
      "background": {
        "contrast": "#ffffff",
        "50": "#fafafa",
        "100": "#f5f5f5",
        "200": "#eeeeee",
        "300": "#e0e0e0",
        "400": "#bdbdbd",
        "500": "#9e9e9e",
        "loader": "rgba(255, 255, 255,0.3)"
      },
      "shadow": {
        "light": "rgba(0, 0, 0, 0.15)",
        "main": "rgba(0, 0, 0, 0.25)"
      },
      "icon": {
        "contrast": "#ffffff",
        "light": "#9a9a9a",
        "main": "#555555"
      }
    }
  }
}
