{
  "database": {
    "text-decoration": {
      "none": {
        "$value": "none",
        "$type": "textDecoration"
      },
      "underline": {
        "$value": "underline",
        "$type": "textDecoration"
      },
      "strike": {
        "$value": "line-through",
        "$type": "textDecoration"
      }
    },
    "text-case": {
      "none": {
        "$value": "none",
        "$type": "textCase"
      },
      "uppercase": {
        "$value": "uppercase",
        "$type": "textCase"
      },
      "capitalize": {
        "$value": "capitalize",
        "$type": "textCase"
      },
      "lowercase": {
        "$value": "lowercase",
        "$type": "textCase"
      }
    },
    "fonts": {
      "red-hat-text": {
        "$value": "Red Hat Text",
        "$type": "fontFamilies",
        "$description": "Great for text and overall usage, if you want better font for heading or display representation use Red Hat Display"
      },
      "red-hat-display": {
        "$value": "Red Hat Display",
        "$type": "fontFamilies",
        "$description": "Use it only for heading or display properties for text use Red Hat Text"
      },
      "lato": {
        "$value": "Lato",
        "$type": "fontFamilies",
        "$description": "Great for all purposes"
      },
      "sf-pro": {
        "$value": "SF Pro",
        "$type": "fontFamilies",
        "$description": "Great for all purposes, to use inf Figma you need to install it manualy: https://developer.apple.com/fonts/"
      }
    },
    "color": {
      "set": {
        "coral-pink": {
          "100": {
            "$value": "#ffe4e4",
            "$type": "color"
          },
          "200": {
            "$value": "#ffc8c9",
            "$type": "color"
          },
          "300": {
            "$value": "#feadad",
            "$type": "color"
          },
          "400": {
            "$value": "#fe9192",
            "$type": "color"
          },
          "500": {
            "$value": "#fe7677",
            "$type": "color",
            "$description": "500 is base color"
          },
          "600": {
            "$value": "#da5f5f",
            "$type": "color"
          },
          "700": {
            "$value": "#b74748",
            "$type": "color"
          },
          "800": {
            "$value": "#933030",
            "$type": "color"
          },
          "900": {
            "$value": "#701819",
            "$type": "color"
          }
        },
        "bright-teal": {
          "100": {
            "$value": "#d6eff4",
            "$type": "color"
          },
          "200": {
            "$value": "#acdfe8",
            "$type": "color"
          },
          "300": {
            "$value": "#83cedd",
            "$type": "color"
          },
          "400": {
            "$value": "#59bed1",
            "$type": "color"
          },
          "500": {
            "$value": "#30aec6",
            "$type": "color",
            "$description": "500 is base color"
          },
          "600": {
            "$value": "#268b9e",
            "$type": "color"
          },
          "700": {
            "$value": "#1d6877",
            "$type": "color"
          },
          "800": {
            "$value": "#13464f",
            "$type": "color"
          },
          "900": {
            "$value": "#0a2328",
            "$type": "color"
          }
        },
        "light-purple": {
          "100": {
            "$value": "#faf5ff",
            "$type": "color"
          },
          "200": {
            "$value": "#e9d8fd",
            "$type": "color"
          },
          "300": {
            "$value": "#d6bcfa",
            "$type": "color"
          },
          "400": {
            "$value": "#b794f4",
            "$type": "color"
          },
          "500": {
            "$value": "#9f7aea",
            "$type": "color",
            "$description": "Base color"
          },
          "600": {
            "$value": "#805ad5",
            "$type": "color"
          },
          "700": {
            "$value": "#6b46c1",
            "$type": "color"
          },
          "800": {
            "$value": "#553c9a",
            "$type": "color"
          },
          "900": {
            "$value": "#44337a",
            "$type": "color"
          }
        }
      },
      "base": {
        "white": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "black": {
          "$value": "#000000",
          "$type": "color"
        }
      }
    },
    "radius": {
      "05rem": {
        "$value": "0.5rem",
        "$type": "borderRadius"
      },
      "075rem": {
        "$value": "0.75rem",
        "$type": "borderRadius"
      },
      "1rem": {
        "$value": "1rem",
        "$type": "borderRadius"
      },
      "2rem": {
        "$value": "2rem",
        "$type": "borderRadius"
      },
      "3rem": {
        "$value": "3rem",
        "$type": "borderRadius"
      },
      "rounded": {
        "$value": "1000",
        "$type": "borderRadius",
        "$description": "1000px should cover roundness setting"
      }
    },
    "padding": {
      "05rem": {
        "$value": "0.5rem",
        "$type": "spacing"
      },
      "0625rem": {
        "$value": "0.625rem",
        "$type": "spacing"
      },
      "075rem": {
        "$value": "0.75rem",
        "$type": "spacing"
      },
      "1rem": {
        "$value": "1rem",
        "$type": "spacing"
      }
    },
    "font-size": {
      "1rem": {
        "$value": "1rem",
        "$type": "fontSizes"
      },
      "075rem": {
        "$value": "0.75rem",
        "$type": "fontSizes"
      }
    },
    "font-weight": {
      "bold": {
        "$value": "Bold",
        "$type": "fontWeights"
      },
      "semibold": {
        "$value": "SemiBold",
        "$type": "fontWeights"
      },
      "medium": {
        "$value": "Medium",
        "$type": "fontWeights"
      },
      "light": {
        "$value": "Light",
        "$type": "fontWeights"
      },
      "regular": {
        "$value": "Regular",
        "$type": "fontWeights"
      },
      "italic": {
        "$value": "Italic",
        "$type": "fontWeights"
      }
    },
    "letter-spacing": {
      "auto": {
        "$value": "auto",
        "$type": "letterSpacing"
      }
    },
    "line-height": {
      "auto": {
        "$value": "auto",
        "$type": "lineHeights"
      }
    }
  },
  "foundation": {
    "color": {
      "found": {
        "bg": {
          "brand": {
            "primary": {
              "default": {
                "$value": "{color.set.bright-teal.500}",
                "$type": "color"
              },
              "hover": {
                "$value": "{color.set.bright-teal.700}",
                "$type": "color"
              },
              "active": {
                "$value": "{color.set.bright-teal.600}",
                "$type": "color"
              },
              "disabled": {
                "$value": "rgba({color.set.bright-teal.500}, 0.2)",
                "$type": "color"
              }
            },
            "secondary": {
              "default": {
                "$value": "{color.set.coral-pink.500}",
                "$type": "color"
              },
              "hover": {
                "$value": "{color.set.coral-pink.700}",
                "$type": "color"
              },
              "active": {
                "$value": "{color.set.coral-pink.600}",
                "$type": "color"
              },
              "disabled": {
                "$value": "rgba( {color.set.coral-pink.500}, 0.2)",
                "$type": "color"
              }
            },
            "conversion": {
              "default": {
                "$value": "{color.set.light-purple.500}",
                "$type": "color"
              },
              "hover": {
                "$value": "{color.set.light-purple.700}",
                "$type": "color"
              },
              "active": {
                "$value": "{color.set.light-purple.600}",
                "$type": "color"
              },
              "disabled": {
                "$value": "rgba( {color.set.light-purple.500}, 0.2)",
                "$type": "color"
              }
            }
          }
        },
        "text": {
          "brand": {
            "primary": {
              "default": {
                "$value": "{color.base.white}",
                "$type": "color"
              },
              "disabled": {
                "$value": "rgba({color.base.white}, 0.2)",
                "$type": "color"
              }
            },
            "secondary": {
              "default": {
                "$value": "{color.base.white}",
                "$type": "color"
              },
              "disabled": {
                "$value": "rgba({color.base.white}, 0.2)",
                "$type": "color"
              }
            },
            "conversion": {
              "default": {
                "$value": "{color.base.black}",
                "$type": "color"
              },
              "disabled": {
                "$value": "rgba( {color.base.black} , 0.2)",
                "$type": "color"
              }
            }
          }
        }
      }
    },
    "radius": {
      "found": {
        "default": {
          "$value": "{radius.1rem}",
          "$type": "borderRadius"
        },
        "conversion": {
          "$value": "{radius.rounded}",
          "$type": "borderRadius"
        }
      }
    },
    "text": {
      "found": {
        "body": {
          "12": {
            "regular": {
              "$value": {
                "fontFamily": "{fonts.lato}",
                "fontWeight": "{font-weight.regular}",
                "fontSize": "{font-size.075rem}",
                "textDecoration": "{text-decoration.none}",
                "textCase": "{text-case.none}"
              },
              "$type": "typography"
            }
          },
          "16": {
            "uppercase": {
              "bold": {
                "$value": {
                  "fontFamily": "{fonts.red-hat-text}",
                  "fontWeight": "{font-weight.bold}",
                  "fontSize": "{font-size.1rem}",
                  "textDecoration": "{text-decoration.none}",
                  "textCase": "{text-case.uppercase}"
                },
                "$type": "typography"
              }
            },
            "regular": {
              "$value": {
                "fontFamily": "{fonts.red-hat-text}",
                "fontWeight": "{font-weight.regular}",
                "fontSize": "{font-size.1rem}",
                "textDecoration": "{text-decoration.none}",
                "textCase": "{text-case.none}"
              },
              "$type": "typography"
            },
            "bold": {
              "$value": {
                "fontFamily": "{fonts.red-hat-text}",
                "fontWeight": "{font-weight.bold}",
                "fontSize": "{font-size.1rem}",
                "textDecoration": "{text-decoration.none}",
                "textCase": "{text-case.none}"
              },
              "$type": "typography"
            }
          }
        }
      }
    },
    "padding": {
      "found": {
        "default": {
          "$value": "{padding.1rem}",
          "$type": "spacing"
        },
        "md": {
          "$value": "{padding.075rem}",
          "$type": "spacing"
        },
        "sm": {
          "$value": "{padding.05rem}",
          "$type": "spacing"
        }
      }
    }
  },
  "atom": {
    "color": {
      "atom": {
        "cta": {
          "default": {
            "primary": {
              "bg": {
                "$value": "{color.found.bg.brand.primary.default}",
                "$type": "color",
                "$description": "CTA background color referencing foundry brand primary 500"
              },
              "text": {
                "$value": "{color.found.text.brand.primary.default}",
                "$type": "color",
                "$description": "CTA text color referencing foundry brand primary 500"
              },
              "icon": {
                "before": {
                  "$value": "{color.atom.cta.default.primary.text}",
                  "$type": "color",
                  "$description": "Leading icon color, tied to CTA text color"
                },
                "after": {
                  "$value": "{color.atom.cta.default.primary.text}",
                  "$type": "color",
                  "$description": "Trailing icon color, tied to CTA text color"
                }
              },
              "hover": {
                "bg": {
                  "$value": "{color.found.bg.brand.primary.hover}",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand primary 500"
                },
                "text": {
                  "$value": "{color.atom.cta.default.primary.text}",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand primary 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.primary.hover.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.primary.hover.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              },
              "active": {
                "bg": {
                  "$value": "{color.found.bg.brand.primary.active}",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand primary 500"
                },
                "text": {
                  "$value": "{color.atom.cta.default.primary.text}",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand primary 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.primary.active.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.primary.active.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              },
              "disabled": {
                "bg": {
                  "$value": "rgba({color.atom.cta.default.primary.bg}, 0.2)",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand primary 500"
                },
                "text": {
                  "$value": "rgba({color.atom.cta.default.primary.text}, 0.2)",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand primary 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.primary.disabled.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.primary.disabled.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              }
            },
            "secondary": {
              "bg": {
                "$value": "{color.found.bg.brand.secondary.default}",
                "$type": "color",
                "$description": "CTA background color referencing foundry brand primary 500"
              },
              "text": {
                "$value": "{color.found.text.brand.secondary.default}",
                "$type": "color",
                "$description": "CTA text color referencing foundry brand secondary 500"
              },
              "icon": {
                "before": {
                  "$value": "{color.atom.cta.default.secondary.text}",
                  "$type": "color",
                  "$description": "Leading icon color, tied to CTA text color"
                },
                "after": {
                  "$value": "{color.atom.cta.default.secondary.text}",
                  "$type": "color",
                  "$description": "Trailing icon color, tied to CTA text color"
                }
              },
              "hover": {
                "bg": {
                  "$value": "{color.found.bg.brand.secondary.hover}",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand secondary 500"
                },
                "text": {
                  "$value": "{color.atom.cta.default.secondary.text}",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand secondary 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.secondary.hover.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.secondary.hover.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              },
              "active": {
                "bg": {
                  "$value": "{color.found.bg.brand.secondary.active}",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand secondary 500"
                },
                "text": {
                  "$value": "{color.atom.cta.default.secondary.text}",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand secondary 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.secondary.active.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.secondary.active.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              },
              "disabled": {
                "bg": {
                  "$value": "rgba({color.atom.cta.default.secondary.bg}, 0.2)",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand secondary 500"
                },
                "text": {
                  "$value": "rgba({color.atom.cta.default.secondary.text}, 0.2)",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand secondary 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.secondary.disabled.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.secondary.disabled.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              }
            },
            "conversion": {
              "bg": {
                "$value": "{color.found.bg.brand.conversion.default}",
                "$type": "color",
                "$description": "CTA background color referencing foundry brand conversion 500"
              },
              "text": {
                "$value": "{color.found.text.brand.conversion.default}",
                "$type": "color",
                "$description": "CTA text color referencing foundry brand conversion 500"
              },
              "icon": {
                "before": {
                  "$value": "{color.atom.cta.default.conversion.text}",
                  "$type": "color",
                  "$description": "Leading icon color, tied to CTA text color"
                },
                "after": {
                  "$value": "{color.atom.cta.default.conversion.text}",
                  "$type": "color",
                  "$description": "Trailing icon color, tied to CTA text color"
                }
              },
              "hover": {
                "bg": {
                  "$value": "{color.found.bg.brand.conversion.hover}",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand conversion 500"
                },
                "text": {
                  "$value": "{color.atom.cta.default.conversion.text}",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand conversion 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.conversion.hover.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.conversion.hover.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              },
              "active": {
                "bg": {
                  "$value": "{color.found.bg.brand.conversion.active}",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand conversion 500"
                },
                "text": {
                  "$value": "{color.atom.cta.default.conversion.text}",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand conversion 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.conversion.active.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.conversion.active.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              },
              "disabled": {
                "bg": {
                  "$value": "rgba({color.atom.cta.default.conversion.bg}, 0.4)",
                  "$type": "color",
                  "$description": "CTA background color referencing foundry brand conversion 500"
                },
                "text": {
                  "$value": "rgba({color.atom.cta.default.conversion.text}, 0.4)",
                  "$type": "color",
                  "$description": "CTA text color referencing foundry brand conversion 500"
                },
                "icon": {
                  "before": {
                    "$value": "{color.atom.cta.default.conversion.disabled.text}",
                    "$type": "color",
                    "$description": "Leading icon color, tied to CTA text color"
                  },
                  "after": {
                    "$value": "{color.atom.cta.default.conversion.disabled.text}",
                    "$type": "color",
                    "$description": "Trailing icon color, tied to CTA text color"
                  }
                }
              }
            }
          }
        }
      }
    },
    "text": {
      "atom": {
        "cta": {
          "default": {
            "primary": {
              "$value": "{text.found.body.16.uppercase.bold}",
              "$type": "typography",
              "$description": "Red Hat Text, 1rem, bold, uppercase"
            },
            "secondary": {
              "$value": "{text.found.body.16.uppercase.bold}",
              "$type": "typography",
              "$description": "Red Hat Text, 1rem, bold, uppercase"
            },
            "conversion": {
              "$value": "{text.found.body.16.bold}",
              "$type": "typography",
              "$description": "Red Hat Text, 1rem, bold (no uppercase)"
            }
          }
        }
      }
    },
    "radius": {
      "atom": {
        "cta": {
          "default": {
            "primary": {
              "$value": "{radius.found.default}",
              "$type": "borderRadius",
              "$description": "CTA corner radius referencing the default foundry radius token"
            },
            "secondary": {
              "$value": "{radius.found.default}",
              "$type": "borderRadius",
              "$description": "CTA corner radius referencing the default foundry radius token"
            },
            "conversion": {
              "$value": "{radius.found.conversion}",
              "$type": "borderRadius",
              "$description": "CTA corner radius referencing the default foundry radius token"
            }
          }
        }
      }
    },
    "padding": {
      "atom": {
        "cta": {
          "default": {
            "primary": {
              "lr": {
                "$value": "{padding.found.default}",
                "$type": "spacing",
                "$description": "CTA left and right padding token"
              },
              "tb": {
                "$value": "{padding.found.md}",
                "$type": "spacing",
                "$description": "CTA top and bottom padding token"
              },
              "gap": {
                "$value": "{padding.found.sm}",
                "$type": "spacing"
              }
            },
            "secondary": {
              "lr": {
                "$value": "{padding.found.default}",
                "$type": "spacing",
                "$description": "CTA left and right padding token"
              },
              "tb": {
                "$value": "{padding.found.md}",
                "$type": "spacing",
                "$description": "CTA top and bottom padding token"
              },
              "gap": {
                "$value": "{padding.found.sm}",
                "$type": "spacing"
              }
            },
            "conversion": {
              "lr": {
                "$value": "{padding.found.default}",
                "$type": "spacing",
                "$description": "CTA left and right padding token"
              },
              "tb": {
                "$value": "{padding.found.md}",
                "$type": "spacing",
                "$description": "CTA top and bottom padding token"
              },
              "gap": {
                "$value": "{padding.found.sm}",
                "$type": "spacing"
              }
            }
          }
        }
      }
    }
  },
  "$themes": [],
  "$metadata": {
    "tokenSetOrder": [
      "database",
      "foundation",
      "atom"
    ]
  }
}