{
    "comp": {
        "popover": {
            "background-color": {
                "value": "{ref.color.white}"
            },
            "border-radius": {
                "value": "{sys.border.radius.sm}"
            },
            "boxShadow": {
                "value": "{sys.elevation.floating}"
            },
            "padding": {
                "value": "{ref.spacing.xs}"
            },
            "header": {
                "gap": {
                    "value": "{ref.spacing.xs}"
                },
                "margin-bottom": {
                    "value": "{ref.spacing.xxs}"
                }
            },
            "heading": {
                "color": {
                    "value": "{ref.color.grey.100}"
                },
                "font-family": {
                    "value": "{sys.text.style.subtitle.font-family}"
                },
                "size": {
                    "value": "{sys.text.style.subtitle.size}"
                },
                "weight": {
                    "value": "{sys.text.style.subtitle.weight}"
                },
                "line-height": {
                    "value": "{sys.text.style.subtitle.line-height}"
                }
            }
        }
    }
}
