{
    "comp": {
        "status-card": {
            "text": {
                "style": {
                    "font-family": {
                        "value": "{sys.text.style.caption.font-family}"
                    },
                    "size": {
                        "value": "{sys.text.style.caption.size}"
                    },
                    "font-weight": {
                        "value": "{sys.text.style.caption.weight}"
                    },
                    "line-height": {
                        "value": "{sys.text.style.caption.line-height}"
                    }
                },
                "color": {
                    "value": "{ref.color.grey.100}"
                }
            },
            "user" : {
                "text": {
                    "style": {
                        "font-family": {
                            "value": "{sys.text.style.captionBold.font-family}"
                        },
                        "size": {
                            "value": "{sys.text.style.captionBold.size}"
                        },
                        "font-weight": {
                            "value": "{sys.text.style.captionBold.weight}"
                        },
                        "line-height": {
                            "value": "{sys.text.style.captionBold.line-height}"
                        }
                    }
                }
            },
            "caption": {
                "text": {
                    "style": {
                        "font-family": {
                            "value": "{sys.text.style.captionBold.font-family}"
                        },
                        "size": {
                            "value": "{sys.text.style.captionBold.size}"
                        },
                        "font-weight": {
                            "value": "{sys.text.style.captionBold.weight}"
                        },
                        "line-height": {
                            "value": "{sys.text.style.captionBold.line-height}"
                        }
                    },
                    "color": {
                        "value": "{ref.color.grey.80}"
                    }
                }
            },
            "spacing": {
                "vertical": {
                    "value": "{ref.spacing.xxs}"
                },
                "horizontal": {
                    "value": "{ref.spacing.xxs}"
                }
            },
            "content": {
                "spacing": {
                    "value": "{ref.spacing.xxxs}"
                }
            },
            "padding": {
                "vertical": {
                    "value": "{ref.spacing.xs}"
                },
                "horizontal": {
                    "value": "{ref.spacing.xxs}"
                }
            },
            "green": {
                "icon": {
                    "color": {
                        "value": "{ref.color.green.150}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.green.20}"
                    }
                },
                "border": {
                    "color": {
                        "value": "{ref.color.green.40}"
                    }
                }
            },
            "tag-orange": {
                "icon": {
                    "color": {
                        "value": "{ref.color.tag-orange.150}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.tag-orange.20}"
                    }
                },
                "border": {
                    "color": {
                        "value": "{ref.color.tag-orange.40}"
                    }
                }
            },
            "blue": {
                "icon": {
                    "color": {
                        "value": "{ref.color.electricBlue.150}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.electricBlue.20}"
                    }
                },
                "border": {
                    "color": {
                        "value": "{ref.color.electricBlue.40}"
                    }
                }
            },
            "red": {
                "icon": {
                    "color": {
                        "value": "{ref.color.red.150}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.red.20}"
                    }
                },
                "border": {
                    "color": {
                        "value": "{ref.color.red.40}"
                    }
                }
            },
            "orange": {
                "icon": {
                    "color": {
                        "value": "{ref.color.orange.150}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.orange.20}"
                    }
                },
                "border": {
                    "color": {
                        "value": "{ref.color.orange.40}"
                    }
                }
            },
            "grey": {
                "icon": {
                    "color": {
                        "value": "{ref.color.grey.100}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.grey.05}"
                    }
                },
                "border": {
                    "color": {
                        "value": "{ref.color.grey.20}"
                    }
                }
            }
        }
    }
}
