{
    "version": 2,
    "title": "Pack Midnight",
    "settings": {
        "custom": {
            "color": {
                "scheme": "pack-midnight",
                "comments-bg": "rgba(255,255,255,.15)",
                "relate-posts-bg": "rgba(255,255,255,.1)",
                "featured-image-bg": "rgba(255,255,255,.1)",
                "code-tag-bg": "#364549",
                "code-tag-text": "#1bff4a",
                "banner-bg": "rgba(255,255,255,.1)",
                "banner-text": "#ffffff",
                "stripe": "rgba(255,255,255,.1)",
                "toc-bg": "#364549",
                "button-bg": "#000000",
                "button-text": "#cccccc",
                "unknown-bg": "#f8f8ff",
                "dark-mode-bg": "#1b262c"
            },
            "border": {
                "common-color": "#888",
                "common": "var(--wp--custom--border--common-width) var(--wp--custom--border--common-style) var(--wp--custom--border--common-color)"
            },
            "fontWeight": {
                "heading": "400"
            }
        },
        "color": {
            "palette": [
                {
                    "color": "#1b262c",
                    "name": "Base",
                    "slug": "base"
                },
                {
                    "color": "#ffffff",
                    "name": "Contrast",
                    "slug": "contrast"
                },
                {
                    "color": "#aaaaaa",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#728603",
                    "name": "Secondary",
                    "slug": "secondary"
                }
            ]
        },
        "typography": {
            "lineHeight": true,
            "fontFamilies": [
                {
                    "fontFamily": "\"Segoe UI\",\"Yu Gothic Medium\",\"YuGothic\",\"Hiragino Kaku Gothic Pro\",\"San Francisco\",Roboto, sans-serif",
                    "slug": "system-font",
                    "name": "System Font"
                },
                {
                    "fontFamily": "\"Segoe UI\",\"Yu Gothic Medium\",\"YuGothic\",\"Hiragino Kaku Gothic Pro\",\"San Francisco\",Roboto, sans-serif",
                    "slug": "heading",
                    "name": "Heading"
                },
                {
                    "fontFamily": "\"Hoefler Text\",\"Baskerville Old Face\",Garamond,\"Times New Roman\",serif",
                    "slug": "serif",
                    "name": "Serif"
                },
                {
                    "fontFamily": "Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
                    "slug": "monospace",
                    "name": "Monospace"
                },
                {
                    "fontFace": [
                        {
                            "fontDisplay": "swap",
                            "fontFamily": "yomogi",
                            "fontStretch": "normal",
                            "fontStyle": "normal",
                            "fontWeight": "400",
                            "src": [
                                "file:./fonts/yomogi/Yomogi-Regular.ttf"
                            ]
                        }
                    ],
                    "fontFamily": "yomogi,\"Comic Sans MS\", cursive",
                    "slug": "handwriting",
                    "name": "Handwriting"
                }

            ]
        }
    },
    "styles": {

        "elements": {

            "heading": {
                "typography": {
                    "lineHeight": "var(--wp--custom--line-height--heading,1.15)",
                    "textTransform": "var(--wp--custom--text-transform--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)"
                },

                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "h1": {
                "typography": {
                    "fontSize": "clamp(var(--wp--preset--font-size--extra-large), calc( 100vw / 72 * 3), var(--wp--preset--font-size--huge))",
                    "fontFamily": "var(--wp--preset--font-family--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)"
                }
            },
            "h2": {
                "typography": {
                    "fontSize": "clamp(var(--wp--preset--font-size--large), calc( 100vw / 72 * 2), var(--wp--preset--font-size--extra-large) )",
                    "fontFamily": "var(--wp--preset--font-family--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)"
                }
            }
        },
        "blocks": {
            "core/site-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--large)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)"
                }
            },
            "core/post-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none",
                            "fontWeight": "var(--wp--custom--font-weight--heading)"
                        }
                    }
                }
            },
            "core/query": {
                "elements": {
                    "h2": {
                        "typography": {
                            "fontSize": "clamp(var(--wp--preset--font-size--large), calc( 100vw / 72 * 2), var(--wp--preset--font-size--extra-large) )",
                            "fontFamily": "var(--wp--preset--font-family--heading)",
                            "fontWeight": "var(--wp--custom--font-weight--heading)"
                        }
                    }
                }
            },
            "core/comments-query-loop": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                }
            },
            "core/heading": {
                "spacing": {
                    "margin": "var(--wp--custom--margin--block, 1.5rem auto)",
                    "padding": "0 var(--wp--custom--padding--content)"
                },
                "typography": {
                    "lineHeight": "var(--wp--custom--line-height--heading)",
                    "fontWeight": "var(--wp--custom--font-weight--heading)"
                }
            }
        }
    }
}