{
  "global": {
    "color": {
      "background": {
        "value": "#fbf9f4",
        "type": "color"
      },
      "foreground": {
        "value": "#1a1a1a",
        "type": "color"
      },
      "ink": {
        "value": "#1a1a1a",
        "type": "color"
      },
      "card": {
        "value": "#ffffff",
        "type": "color"
      },
      "muted": {
        "value": "#f2efe8",
        "type": "color"
      },
      "mutedForeground": {
        "value": "#5c5c5c",
        "type": "color"
      },
      "primary": {
        "value": "#2f5fef",
        "type": "color"
      },
      "primaryForeground": {
        "value": "#ffffff",
        "type": "color"
      },
      "accent": {
        "value": "#ec4a9b",
        "type": "color"
      },
      "destructive": {
        "value": "#e0442b",
        "type": "color"
      },
      "pop": {
        "blue": {
          "value": "#2f5fef",
          "type": "color"
        },
        "pink": {
          "value": "#ec4a9b",
          "type": "color"
        },
        "yellow": {
          "value": "#f5d600",
          "type": "color"
        },
        "red": {
          "value": "#e94b2b",
          "type": "color"
        },
        "green": {
          "value": "#7ad86a",
          "type": "color"
        },
        "cream": {
          "value": "#faf3e3",
          "type": "color"
        }
      }
    },
    "radius": {
      "sm": {
        "value": "4px",
        "type": "borderRadius"
      },
      "md": {
        "value": "6px",
        "type": "borderRadius"
      },
      "lg": {
        "value": "8px",
        "type": "borderRadius"
      },
      "xl": {
        "value": "12px",
        "type": "borderRadius"
      },
      "2xl": {
        "value": "16px",
        "type": "borderRadius"
      },
      "3xl": {
        "value": "24px",
        "type": "borderRadius"
      },
      "base": {
        "value": "12px",
        "type": "borderRadius"
      }
    },
    "borderWidth": {
      "brutalSm": {
        "value": "2px",
        "type": "borderWidth"
      },
      "brutal": {
        "value": "3px",
        "type": "borderWidth"
      },
      "brutalLg": {
        "value": "4px",
        "type": "borderWidth"
      }
    },
    "boxShadow": {
      "brutalSm": {
        "value": {
          "x": "4px",
          "y": "4px",
          "blur": "0",
          "spread": "0",
          "color": "#1a1a1a",
          "type": "dropShadow"
        },
        "type": "boxShadow"
      },
      "brutal": {
        "value": {
          "x": "6px",
          "y": "6px",
          "blur": "0",
          "spread": "0",
          "color": "#1a1a1a",
          "type": "dropShadow"
        },
        "type": "boxShadow"
      },
      "brutalLg": {
        "value": {
          "x": "10px",
          "y": "10px",
          "blur": "0",
          "spread": "0",
          "color": "#1a1a1a",
          "type": "dropShadow"
        },
        "type": "boxShadow"
      }
    },
    "fontFamilies": {
      "display": {
        "value": "Archivo Black",
        "type": "fontFamilies"
      },
      "sans": {
        "value": "Space Grotesk",
        "type": "fontFamilies"
      }
    },
    "fontWeights": {
      "regular": {
        "value": "400",
        "type": "fontWeights"
      },
      "bold": {
        "value": "700",
        "type": "fontWeights"
      },
      "black": {
        "value": "900",
        "type": "fontWeights"
      }
    },
    "letterSpacing": {
      "display": {
        "value": "-2%",
        "type": "letterSpacing"
      },
      "normal": {
        "value": "0",
        "type": "letterSpacing"
      },
      "wide": {
        "value": "5%",
        "type": "letterSpacing"
      }
    },
    "lineHeights": {
      "display": {
        "value": "1",
        "type": "lineHeights"
      },
      "body": {
        "value": "1.5",
        "type": "lineHeights"
      }
    },
    "fontSizes": {
      "xs": {
        "value": "12px",
        "type": "fontSizes"
      },
      "sm": {
        "value": "14px",
        "type": "fontSizes"
      },
      "base": {
        "value": "16px",
        "type": "fontSizes"
      },
      "lg": {
        "value": "18px",
        "type": "fontSizes"
      },
      "xl": {
        "value": "20px",
        "type": "fontSizes"
      },
      "2xl": {
        "value": "24px",
        "type": "fontSizes"
      },
      "3xl": {
        "value": "30px",
        "type": "fontSizes"
      },
      "4xl": {
        "value": "36px",
        "type": "fontSizes"
      },
      "5xl": {
        "value": "48px",
        "type": "fontSizes"
      },
      "6xl": {
        "value": "60px",
        "type": "fontSizes"
      },
      "7xl": {
        "value": "72px",
        "type": "fontSizes"
      }
    },
    "typography": {
      "h1": {
        "value": {
          "fontFamily": "{fontFamilies.display}",
          "fontWeight": "{fontWeights.black}",
          "fontSize": "{fontSizes.7xl}",
          "lineHeight": "{lineHeights.display}",
          "letterSpacing": "{letterSpacing.display}"
        },
        "type": "typography"
      },
      "h2": {
        "value": {
          "fontFamily": "{fontFamilies.display}",
          "fontWeight": "{fontWeights.black}",
          "fontSize": "{fontSizes.5xl}",
          "lineHeight": "{lineHeights.display}",
          "letterSpacing": "{letterSpacing.display}"
        },
        "type": "typography"
      },
      "h3": {
        "value": {
          "fontFamily": "{fontFamilies.display}",
          "fontWeight": "{fontWeights.black}",
          "fontSize": "{fontSizes.3xl}",
          "lineHeight": "{lineHeights.display}",
          "letterSpacing": "{letterSpacing.display}"
        },
        "type": "typography"
      },
      "body": {
        "value": {
          "fontFamily": "{fontFamilies.sans}",
          "fontWeight": "{fontWeights.regular}",
          "fontSize": "{fontSizes.base}",
          "lineHeight": "{lineHeights.body}",
          "letterSpacing": "{letterSpacing.normal}"
        },
        "type": "typography"
      },
      "eyebrow": {
        "value": {
          "fontFamily": "{fontFamilies.sans}",
          "fontWeight": "{fontWeights.black}",
          "fontSize": "{fontSizes.xs}",
          "lineHeight": "{lineHeights.body}",
          "letterSpacing": "{letterSpacing.wide}"
        },
        "type": "typography"
      }
    }
  },
  "$themes": [],
  "$metadata": {
    "tokenSetOrder": [
      "global"
    ]
  }
}