{
  "global": {
    "namespace": "c360",
    "category": "font",
    "cssProperties": ["font-size"]
  },
  "imports": ["@salesforce-ux/sds-styling-aliases/dist/font-sizes.json"],
  "props": [
    {
      "name": "font-family-display",
      "value": "'ITC Avant Garde', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["font-family"],
      "comment": "System font stack for your application."
    },
    {
      "name": "font-family-sans",
      "value": "'Salesforce Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["font-family"],
      "comment": "System font stack for your application."
    },
    {
      "name": "font-family-monospace",
      "value": "Consolas, Menlo, Monaco, Courier, monospace",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["font-family"],
      "comment": "Monospace font stack for your application."
    },
    {
      "name": "font-size-1",
      "value": "0.75rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 1 stop bigger than the base."
    },
    {
      "name": "font-size-2",
      "value": "0.875rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 2 stops bigger than the base."
    },
    {
      "name": "font-size-3",
      "value": "1rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 3 stops bigger than the base."
    },
    {
      "name": "font-size-4",
      "value": "1.25rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 4 stops bigger than the base."
    },
    {
      "name": "font-size-5",
      "value": "1.5rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 5 stops bigger than the base."
    },
    {
      "name": "font-size-6",
      "value": "2rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 6 stops bigger than the base."
    },
    {
      "name": "font-size-7",
      "value": "2.5rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 7 stops bigger than the base."
    },
    {
      "name": "font-size-8",
      "value": "3rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 8 stops bigger than the base."
    },
    {
      "name": "font-size-9",
      "value": "3.5rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 9 stops bigger than the base."
    },
    {
      "name": "font-size-10",
      "value": "5rem",
      "type": "number",
      "syntax": "<length>",
      "inherits": false,
      "scope": "global",
      "comment": "Scaled font-size that is 10 stops bigger than the base."
    }
  ]
}
