﻿{
  "type": "AdaptiveCard",
  "version": "1.1",
  "body": [
    {
      "type": "TextBlock",
      "size": "medium",
      "weight": "bolder",
      "text": "Fortune Cookie"
    },
    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "width": "auto",
          "items": [
            {
              "type": "TextBlock",
              "size": "extraLarge",
              "text": "❝"
            }
          ]
        },
        {
          "type": "Column",
          "width": "stretch",
          "items": [
            {
              "type": "TextBlock",
              "size": "large",
              "italic": true,
              "text": "I don't understand why Tiramisu isn't considered the ideal breakfast. It has caffeine, sugar, and fat to give you energy for the day, and a touch of booze to numb how stupid reality really is right now.",
              "wrap": true
            },
            {
              "type": "TextBlock",
              "size": "medium",
              "isSubtle": true,
              "text": "— @chu@climatejustice.social"
            }
          ]
        }
      ]
    }
  ],
  "selectAction": {
    "type": "Action.OpenUrl",
    "url": "https://chust.org/fortune/cookies/6a3f92ce28bce10ba047442a"
  },
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "msTeams": {
    "width": "full"
  }
}