{
  "color": {
    "parchment": {
      "$value": "#eeeee7",
      "$type": "color",
      "$description": "Parchment — Page backgrounds, large canvas areas — a warm, inviting neutral that feels aged"
    },
    "midnight-ink": {
      "$value": "#000000",
      "$type": "color",
      "$description": "Midnight Ink — Primary text, borders, iconography, and subtle surface fills — providing sharp contrast against Parchment"
    },
    "internet-blue": {
      "$value": "#0c50ff",
      "$type": "color",
      "$description": "Internet Blue — Violet wash for highlight backgrounds, decorative bands, and soft emphasis behind content. Do not promote it to the primary CTA color"
    }
  },
  "font": {
    "eb-garamond": {
      "$value": "EB Garamond",
      "$type": "fontFamily",
      "$description": "Headlines and emphasis text — a classic serif that establishes a refined, traditional tone."
    },
    "ivartext": {
      "$value": "IvarText",
      "$type": "fontFamily",
      "$description": "Body text and less prominent content — a custom serif that contributes to the literary journal aesthetic with its elegant letterforms."
    },
    "abcdiatypemono": {
      "$value": "ABCDiatypeMono",
      "$type": "fontFamily",
      "$description": "Monospaced text, navigation links, and functional labels — a custom monospace typeface for a technical, precise counterpoint to the serifs."
    }
  },
  "typography": {
    "xs": {
      "$value": {
        "fontFamily": "IvarText",
        "fontSize": "9px",
        "fontWeight": 400,
        "lineHeight": 1.5
      },
      "$type": "typography",
      "$description": "Typography step xs at 9px"
    },
    "xs-2": {
      "$value": {
        "fontFamily": "IvarText",
        "fontSize": "10px",
        "fontWeight": 400,
        "lineHeight": 1.5
      },
      "$type": "typography",
      "$description": "Typography step xs-2 at 10px"
    },
    "sm": {
      "$value": {
        "fontFamily": "ABCDiatypeMono",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.2
      },
      "$type": "typography",
      "$description": "Typography step sm at 14px"
    },
    "2xl": {
      "$value": {
        "fontFamily": "EB Garamond",
        "fontSize": "28px",
        "fontWeight": 400,
        "lineHeight": 1.2
      },
      "$type": "typography",
      "$description": "Typography step 2xl at 28px"
    }
  },
  "spacing": {
    "10": {
      "$value": "10px",
      "$type": "dimension",
      "$description": "Spacing 10px"
    },
    "12": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Spacing 12px"
    },
    "20": {
      "$value": "20px",
      "$type": "dimension",
      "$description": "Spacing 20px"
    },
    "40": {
      "$value": "40px",
      "$type": "dimension",
      "$description": "Spacing 40px"
    },
    "50": {
      "$value": "50px",
      "$type": "dimension",
      "$description": "Spacing 50px"
    },
    "75": {
      "$value": "75px",
      "$type": "dimension",
      "$description": "Spacing 75px"
    },
    "unit": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Base spacing unit"
    }
  },
  "$extensions": {
    "com.refero.extraction": {
      "url": "https://thebrowser.company",
      "siteName": "The Browser Company",
      "extractedAt": "2026-04-30T02:01:13.224Z",
      "variant": "extended"
    }
  }
}