{
    "colors": {
        "ivory": {
            "name": "Ivory",
            "hex": "#E4D5B7"
        },
        "noir": {
            "name": "Noir",
            "hex": "#061626"
        },
        "teal": {
            "name": "Teal",
            "hex": "#3CCFC9"
        },
        "launch": {
            "name": "Launch",
            "hex": "#9D8FFF"
        },
        "semantic_red": {
            "name": "Semantic Red",
            "hex": "#E65A6B"
        },
        "semantic_green": {
            "name": "Semantic Green",
            "hex": "#57C47E"
        },
        "semantic_blue": {
            "name": "Semantic Blue",
            "hex": "#4BA6E8"
        },
        "semantic_orange": {
            "name": "Semantic Orange",
            "hex": "#FFA500"
        }
    },
    "typography": {
        "slide_heading": {
            "font": "Cascadia Code",
            "size": "54pt",
            "usage": "Slide headings"
        },
        "section_heading": {
            "font": "Calibri Normal",
            "usage": "Section, page and paragraph headings"
        },
        "body_text": {
            "font": "Segoe UI Light",
            "min_size": "12pt",
            "usage": "Body text"
        },
        "fallback": {
            "font": "sans-serif",
            "usage": "If unable to use the fonts listed above, use a sans-serif font and distinguish titles using a bold typeface"
        }
    }
}
