{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "Vaadin's default theme — friendly rounded controls, airy spacing, and a clear blue primary for pragmatic business apps.",
  "color": {
    "$type": "color",
    "primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.416,
          0.961
        ],
        "hex": "#006af5"
      }
    },
    "on-primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "primary-text": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.373,
          0.859
        ],
        "hex": "#005fdb"
      }
    },
    "primary-tint": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.894,
          0.941,
          1
        ],
        "hex": "#e4f0ff"
      }
    },
    "surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "contrast-5": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.953,
          0.961,
          0.969
        ],
        "hex": "#f3f5f7"
      }
    },
    "contrast-10": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.91,
          0.922,
          0.937
        ],
        "hex": "#e8ebef"
      }
    },
    "on-surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.149,
          0.204,
          0.271
        ],
        "hex": "#263445"
      }
    },
    "on-surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.38,
          0.427,
          0.486
        ],
        "hex": "#616d7c"
      }
    },
    "border": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.769,
          0.792,
          0.827
        ],
        "hex": "#c4cad3"
      }
    },
    "success": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.039,
          0.463,
          0.216
        ],
        "hex": "#0a7637"
      }
    },
    "error": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.792,
          0.082,
          0.047
        ],
        "hex": "#ca150c"
      }
    },
    "warning": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.8,
          0
        ],
        "hex": "#ffcc00"
      }
    }
  },
  "spacing": {
    "$type": "dimension",
    "xxs": {
      "$value": {
        "value": 2,
        "unit": "px"
      }
    },
    "xs": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "sm": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 24,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 40,
        "unit": "px"
      }
    },
    "2xl": {
      "$value": {
        "value": 64,
        "unit": "px"
      }
    }
  },
  "rounded": {
    "$type": "dimension",
    "sm": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "full": {
      "$value": {
        "value": 9999,
        "unit": "px"
      }
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 2.5,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "heading-lg": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1.75,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "heading": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1.375,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "body-sm": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "label": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 500
      }
    },
    "code": {
      "$type": "typography",
      "$value": {
        "fontFamily": "JetBrains Mono",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    }
  }
}
