{
  "$description": "Bodhi Vandael portfolio design tokens — Tokens Studio (Figma Tokens) compatible. Import via Tokens Studio plugin → Load from file.",
  "global": {
    "fontFamilies": {
      "sans": { "value": "Schibsted Grotesk", "type": "fontFamilies" },
      "mono": { "value": "JetBrains Mono", "type": "fontFamilies" }
    },
    "fontWeights": {
      "regular": { "value": "400", "type": "fontWeights" },
      "medium": { "value": "500", "type": "fontWeights" },
      "bold": { "value": "700", "type": "fontWeights" }
    },
    "fontSizes": {
      "xs": { "value": "12", "type": "fontSizes" },
      "sm": { "value": "14", "type": "fontSizes" },
      "base": { "value": "16", "type": "fontSizes" },
      "md": { "value": "18", "type": "fontSizes" },
      "lg": { "value": "22", "type": "fontSizes" },
      "xl": { "value": "28", "type": "fontSizes" },
      "2xl": { "value": "36", "type": "fontSizes" },
      "3xl": { "value": "48", "type": "fontSizes" },
      "4xl": { "value": "68", "type": "fontSizes" }
    },
    "lineHeights": {
      "tight": { "value": "110%", "type": "lineHeights" },
      "snug": { "value": "130%", "type": "lineHeights" },
      "normal": { "value": "160%", "type": "lineHeights" }
    },
    "letterSpacing": {
      "tight": { "value": "-2%", "type": "letterSpacing" },
      "normal": { "value": "0%", "type": "letterSpacing" },
      "wide": { "value": "8%", "type": "letterSpacing" }
    },
    "spacing": {
      "1": { "value": "4", "type": "spacing" },
      "2": { "value": "8", "type": "spacing" },
      "3": { "value": "12", "type": "spacing" },
      "4": { "value": "16", "type": "spacing" },
      "5": { "value": "24", "type": "spacing" },
      "6": { "value": "32", "type": "spacing" },
      "7": { "value": "48", "type": "spacing" },
      "8": { "value": "64", "type": "spacing" },
      "9": { "value": "96", "type": "spacing" },
      "10": { "value": "128", "type": "spacing" }
    },
    "borderRadius": {
      "sm": { "value": "4", "type": "borderRadius" },
      "md": { "value": "8", "type": "borderRadius" },
      "lg": { "value": "14", "type": "borderRadius" },
      "full": { "value": "999", "type": "borderRadius" }
    }
  },
  "light": {
    "color": {
      "bg": { "value": "#f7f7f9", "type": "color" },
      "bgSubtle": { "value": "#ededf1", "type": "color" },
      "surface": { "value": "#fdfdfe", "type": "color" },
      "text": { "value": "#1f2128", "type": "color" },
      "textSecondary": { "value": "#52555f", "type": "color" },
      "textTertiary": { "value": "#787b85", "type": "color" },
      "border": { "value": "#d8d9df", "type": "color" },
      "borderStrong": { "value": "#b9bbc4", "type": "color" },
      "accent": { "value": "#46557f", "type": "color" },
      "accentStrong": { "value": "#36436a", "type": "color" },
      "accentSubtle": { "value": "#e2e6f2", "type": "color" },
      "onAccent": { "value": "#fafafc", "type": "color" }
    }
  },
  "dark": {
    "color": {
      "bg": { "value": "#17181f", "type": "color" },
      "bgSubtle": { "value": "#1e2028", "type": "color" },
      "surface": { "value": "#23252e", "type": "color" },
      "text": { "value": "#e7e8ec", "type": "color" },
      "textSecondary": { "value": "#a3a6b1", "type": "color" },
      "textTertiary": { "value": "#747783", "type": "color" },
      "border": { "value": "#343742", "type": "color" },
      "borderStrong": { "value": "#4a4d5a", "type": "color" },
      "accent": { "value": "#94a5d6", "type": "color" },
      "accentStrong": { "value": "#aebde5", "type": "color" },
      "accentSubtle": { "value": "#2a3045", "type": "color" },
      "onAccent": { "value": "#15161d", "type": "color" }
    }
  },
  "$themes": [
    { "name": "Light", "selectedTokenSets": { "global": "enabled", "light": "enabled" } },
    { "name": "Dark", "selectedTokenSets": { "global": "enabled", "dark": "enabled" } }
  ]
}
