{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "fastmail-blue": {
        "value": "#0067B9",
        "type": "color",
        "description": "Fastmail's primary action / CTA color — the dominant brand blue used for buttons, links, and primary affordances across the marketing site and product.\n"
      },
      "fastmail-blue-hover": {
        "value": "#176BAD",
        "type": "color",
        "description": "Hover variant on the primary CTA."
      },
      "fastmail-blue-active": {
        "value": "#296B9F",
        "type": "color",
        "description": "Pressed / active state of the primary blue."
      },
      "fastmail-deep-blue": {
        "value": "#243959",
        "type": "color",
        "description": "The navy \"trust\" hue used as the footer background and as the brand-anchor identity color in marketing surfaces. Reads as \"secure, established\" against the lighter primary blue.\n"
      },
      "fastmail-lightblue": {
        "value": "#69B3E7",
        "type": "color",
        "description": "The mid-light blue used in the footer flag-gradient and as the focus-ring / outline color on buttons.\n"
      },
      "fastmail-mellow-yellow": {
        "value": "#FBF7EF",
        "type": "color",
        "description": "The warm off-white \"mellow\" surface — a paper-toned canvas used on marketing modules as the calm alternative to pure white.\n"
      },
      "fastmail-yellow": {
        "value": "#FFC107",
        "type": "color",
        "description": "The saturated yellow used in the footer flag-gradient and for highlight accents.\n"
      },
      "fastmail-pink": {
        "value": "#FFA0C3",
        "type": "color",
        "description": "The blush-pink accent that opens the footer flag-gradient — a softer, warmer counterpoint to the dominant blues.\n"
      },
      "fastmail-text": {
        "value": "#1B1E20",
        "type": "color",
        "description": "Primary body-text color — a soft near-black with a slight cool tint that pairs with the deep-blue brand anchor.\n"
      },
      "fastmail-text-alt": {
        "value": "#333E48",
        "type": "color",
        "description": "Alternate heading/text on lighter surfaces."
      },
      "fastmail-text-subtle": {
        "value": "#5B646C",
        "type": "color",
        "description": "Subtle/secondary text on light surfaces."
      },
      "fastmail-text-extra-subtle": {
        "value": "#70777E",
        "type": "color",
        "description": "Tertiary text and inactive labels."
      },
      "fastmail-border-light": {
        "value": "#EAEBEC",
        "type": "color",
        "description": "Light border / divider on white surfaces."
      },
      "fastmail-border-medium": {
        "value": "#D6D8DA",
        "type": "color",
        "description": "Mid-tone border on cards and inputs."
      },
      "fastmail-bg-alt": {
        "value": "#F4F5F5",
        "type": "color",
        "description": "Alternate page-background tint (faint neutral surface)."
      },
      "fastmail-bg-focused": {
        "value": "#E9EBEE",
        "type": "color",
        "description": "Selected / focused row tint."
      },
      "fastmail-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Base page background."
      },
      "fastmail-success": {
        "value": "#147B33",
        "type": "color",
        "description": "Success / send-confirmed (ui-color-successgreen-100)."
      },
      "fastmail-error": {
        "value": "#B9031F",
        "type": "color",
        "description": "Error / destructive (ui-color-criticalred-100)."
      },
      "fastmail-warning": {
        "value": "#CA3C08",
        "type": "color",
        "description": "Warning / snooze (ui-color-snoozeorange-100)."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "proxima-nova",
        "type": "fontFamilies",
        "description": "proxima-nova@1.0.0 · sans-serif"
      },
      "body": {
        "value": "proxima-nova",
        "type": "fontFamilies",
        "description": "proxima-nova@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "proxima-nova",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "proxima-nova",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.fastmail-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.fastmail-bg-alt}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.fastmail-white}",
        "type": "color"
      },
      "surface-warm": {
        "value": "{global.color.fastmail-mellow-yellow}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.fastmail-text}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.fastmail-text-subtle}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.fastmail-text-extra-subtle}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.fastmail-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.fastmail-blue-active}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.fastmail-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.fastmail-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fastmail-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.fastmail-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.fastmail-border-light}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.fastmail-deep-blue}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.fastmail-text-alt}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.fastmail-text-subtle}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.fastmail-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.fastmail-border-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.fastmail-border-medium}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.fastmail-lightblue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.fastmail-lightblue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.fastmail-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.fastmail-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fastmail-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.fastmail-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.fastmail-text-subtle}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.fastmail-deep-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.fastmail-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.fastmail-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.fastmail-blue-active}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "flag-pink": {
        "value": "{global.color.fastmail-pink}",
        "type": "color"
      },
      "flag-blue": {
        "value": "{global.color.fastmail-blue}",
        "type": "color"
      },
      "flag-lightblue": {
        "value": "{global.color.fastmail-lightblue}",
        "type": "color"
      },
      "flag-yellow": {
        "value": "{global.color.fastmail-yellow}",
        "type": "color"
      },
      "surface-warm": {
        "value": "{global.color.fastmail-mellow-yellow}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.fastmail-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.fastmail-bg-alt}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.fastmail-text}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.fastmail-text-subtle}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fastmail-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.fastmail-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.fastmail-warning}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Fastmail",
    "ref": "fastmail@1.0.0",
    "paletteRef": "fastmail@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
