{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "useRootPaddingAwareAlignments": true,
    "custom": {
      "blend": {
        "light": "hard-light",
        "dark": "color"
      },
      "shade": {
        "box-shadow": {
          "x": "0rem",
          "y": "0rem",
          "blur": "0.5rem",
          "color": "currentColor"
        },
        "border": {
          "width": "2px",
          "color": "currentColor",
          "style": "solid",
          "radius": "1rem"
        }
      },
      "typography": {
        "font-sizes": {
          "tiny": {
            "min": "0.75rem",
            "pref": "0.8vw",
            "max": "0.9rem"
          },
          "small": {
            "min": "1.05rem",
            "pref": "2vw",
            "max": "1.1rem"
          },
          "medium": {
            "min": "max(1.11rem, 1.11vw)",
            "pref": "3vw",
            "max": "1.5rem"
          },
          "large": {
            "min": "2rem",
            "pref": "5vw",
            "max": "2.5rem"
          },
          "huge": {
            "min": "2rem",
            "pref": "8vw",
            "max": "3.3rem"
          },
          "giant": {
            "min": "2.5rem",
            "pref": "8vw",
            "max": "3.3rem"
          },
          "404": {
            "min": "10rem",
            "pref": "18vw",
            "max": "20rem"
          }
        },
        "line-height": {
          "large": 2.5,
          "body": 1.5,
          "heading": 1.25,
          "basic": 1.05
        },
        "font-weight": {
          "light": 300,
          "normal": 400,
          "bold": 700
        },
        "letter-spacing": {
          "basic": "-0.04rem",
          "heading": "-0.03rem",
          "body": "-0.01rem",
          "uppercase": "0.04rem"
        }
      }
    },
    "color": {
      "background": true,
      "customDuotone": true,
      "custom": true,
      "text": true,
      "customGradient": true,
      "defaultDuotone": true,
      "defaultGradients": true,
      "defaultPalette": true,
      "link": true,
      "gradients": [
        {
          "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--secondary))",
          "name": "Neon Pink to Neon Blue",
          "slug": "neon-pink-to-neon-blue"
        },
        {
          "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--secondary))",
          "name": "Text Gradient",
          "slug": "text-gradient"
        },
        {
          "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary-light), var(--wp--preset--color--secondary))",
          "name": "Light Pink to Neon Blue",
          "slug": "light-pink-to-neon-blue"
        },
        {
          "gradient": "linear-gradient(180deg, transparent 50%, var(--wp--preset--color--primary-light) 50%, var(--wp--preset--color--secondary))",
          "name": "Transparent 50% then Pink to Neon Blue",
          "slug": "transparent-light-pink-to-neon-blue"
        },
        {
          "gradient": "linear-gradient(90deg, var(--wp--preset--color--contrast), var(--wp--preset--color--secondary))",
          "name": "White to Neon Blue",
          "slug": "white-to-neon-blue"
        },
        {
          "gradient": "radial-gradient(50% 50% at 50% 0%, var(--wp--preset--color--secondary-pale) 0%, transparent 100%)",
          "name": "Radial Blue Position Top",
          "slug": "radial-blue-top"
        },
        {
          "gradient": "radial-gradient(50% 50% at 50% 50%, var(--wp--preset--color--secondary-pale) 0%, transparent 100%)",
          "name": "Radial Blue Position Middle",
          "slug": "radial-blue-middle"
        },
        {
          "gradient": "linear-gradient(45deg, var(--wp--preset--color--section-background) 85%, transparent 85%, transparent 86%, var(--wp--preset--color--primary) 86%, var(--wp--preset--color--secondary))",
          "name": "Top Right Pink Blue Triangle",
          "slug": "pink-blue-triangle"
        }
      ],
      "palette": [
        {
          "color": "rgb(234,0,255)",
          "name": "Neon Pink",
          "slug": "primary"
        },
        {
          "color": "rgb(243, 107, 255)",
          "name": "Pink Light",
          "slug": "primary-light"
        },
        {
          "color": "rgb(148, 218, 255)",
          "name": "Neon Blue",
          "slug": "secondary"
        },
        {
          "color": "rgb(148, 218, 255, 0.1)",
          "name": "Neon Blue Pale",
          "slug": "secondary-pale"
        },
        {
          "color": "#2e0249",
          "name": "Dark Purple",
          "slug": "tertiary"
        },
        {
          "color": "#130015",
          "name": "Background",
          "slug": "background"
        },
        {
          "color": "#160019",
          "name": "Background Light",
          "slug": "background-light"
        },
        {
          "color": "rgb(76, 15, 132, 0.47)",
          "name": "Purple Haze",
          "slug": "tertiary-light"
        },
        {
          "color": "rgb(33, 33, 33, 0.9)",
          "name": "Dark Gray",
          "slug": "section-background"
        },
        {
          "color": "rgb(255, 255, 255, 0.7)",
          "name": "Paragraph Text",
          "slug": "paragraph-text"
        },
        {
          "color": "#fff",
          "name": "White",
          "slug": "contrast"
        },
        {
          "color": "rgb(254,254,254)",
          "name": "Clear White",
          "slug": "call-to-action-dark-heading"
        },
        {
          "color": "rgb(255, 255, 255, 0.7)",
          "name": "White Fade",
          "slug": "call-to-action-dark-text"
        },
        {
          "color": "rgb(148, 218, 255)",
          "name": "Light Blue",
          "slug": "contrast-hover"
        },
        {
          "color": "rgba(85, 85, 85, 0.3)",
          "name": "Light Gray",
          "slug": "border-color"
        },
        {
          "color": "#111",
          "name": "Dark Text",
          "slug": "paragraph-text-alt"
        }
      ],
      "duotone": [
        {
          "colors": ["rgb(234,0,255)", "rgb(148, 218, 255)"],
          "name": "Neon Pink and Blue",
          "slug": "neon-pink-blue"
        },
        {
          "colors": ["rgb(243, 107, 255)", "rgb(148, 218, 255)"],
          "name": "Light Pink and Blue",
          "slug": "light-pink-blue"
        }
      ]
    },
    "border": {
      "radius": true,
      "color": true,
      "style": true,
      "width": true
    },
    "spacing": {
      "blockGap": true,
      "customSpacingSize": true,
      "margin": true,
      "padding": true,
      "spacingScale": {
        "steps": 7,
        "increment": 1.5,
        "mediumStep": 3,
        "operator": "*",
        "unit": "rem"
      },
      "spacingSizes": [
        {
          "name": "10",
          "size": "0.89rem",
          "slug": "10"
        },
        {
          "name": "20",
          "size": "1.33rem",
          "slug": "20"
        },
        {
          "name": "30",
          "size": "2rem",
          "slug": "30"
        },
        {
          "name": "40",
          "size": "3rem",
          "slug": "40"
        },
        {
          "name": "50",
          "size": "4.5rem",
          "slug": "50"
        },
        {
          "name": "60",
          "size": "6.75rem",
          "slug": "60"
        },
        {
          "name": "70",
          "size": "10.13rem",
          "slug": "70"
        },
        {
          "name": "Responsive 10",
          "size": "clamp(1rem, var(--wp--custom--typography--font-sizes--medium--pref), var(--wp--custom--typography--font-sizes--medium--max))",
          "slug": "responsive-10"
        },
        {
          "name": "Responsive 20",
          "size": "clamp(2rem, var(--wp--custom--typography--font-sizes--large--pref), var(--wp--custom--typography--font-sizes--large--max))",
          "slug": "responsive-20"
        },
        {
          "name": "Responsive 30",
          "size": "clamp(0rem, var(--wp--custom--typography--font-sizes--giant--pref), var(--wp--custom--typography--font-sizes--giant--max))",
          "slug": "responsive-30"
        }
      ],
      "units": ["px", "em", "rem", "vh", "vw", "%"]
    },
    "typography": {
      "customFontSize": true,
      "fluid": true,
      "dropCap": true,
      "fontStyle": true,
      "fontWeight": true,
      "letterSpacing": true,
      "lineHeight": true,
      "textDecoration": true,
      "textTransform": true,
      "fontSizes": [
        {
          "fluid": true,
          "name": "Tiny",
          "size": "clamp(var(--wp--custom--typography--font-sizes--tiny--min), var(--wp--custom--typography--font-sizes--tiny--pref), var(--wp--custom--typography--font-sizes--tiny--max))",
          "slug": "tiny"
        },
        {
          "fluid": true,
          "name": "Small",
          "size": "clamp(var(--wp--custom--typography--font-sizes--small--min), var(--wp--custom--typography--font-sizes--small--pref), var(--wp--custom--typography--font-sizes--small--max))",
          "slug": "small"
        },
        {
          "fluid": true,
          "name": "Medium",
          "size": "clamp(var(--wp--custom--typography--font-sizes--medium--min), var(--wp--custom--typography--font-sizes--medium--pref), var(--wp--custom--typography--font-sizes--medium--max))",
          "slug": "medium"
        },
        {
          "fluid": true,
          "name": "Large",
          "size": "clamp(var(--wp--custom--typography--font-sizes--large--min), var(--wp--custom--typography--font-sizes--large--pref), var(--wp--custom--typography--font-sizes--large--max))",
          "slug": "large"
        },
        {
          "fluid": true,
          "name": "Bigger",
          "size": "clamp(var(--wp--custom--typography--font-sizes--huge--min), var(--wp--custom--typography--font-sizes--huge--pref), var(--wp--custom--typography--font-sizes--huge--max))",
          "slug": "bigger"
        },
        {
          "fluid": true,
          "name": "Giant",
          "size": "clamp(var(--wp--custom--typography--font-sizes--giant--min), var(--wp--custom--typography--font-sizes--giant--pref), var(--wp--custom--typography--font-sizes--giant--max))",
          "slug": "giant"
        },
        {
          "fluid": true,
          "name": "404",
          "size": "clamp(var(--wp--custom--typography--font-sizes--404--min), var(--wp--custom--typography--font-sizes--404--pref), var(--wp--custom--typography--font-sizes--404--max))",
          "slug": "404"
        }
      ],
      "fontFamilies": [
        {
          "fontFamily": "\"Rajdhani\", sans-serif",
          "name": "Rajdhani",
          "slug": "rajdhani",
          "fontFace": [
            {
              "fontFamily": "Rajdhani",
              "fontWeight": "300",
              "fontStyle": "normal",
              "src": ["file:./assets/fonts/Rajdhani-Light.woff2"]
            },
            {
              "fontFamily": "Rajdhani",
              "fontWeight": "400",
              "fontStyle": "normal",
              "src": ["file:./assets/fonts/Rajdhani-Regular.woff2"]
            },
            {
              "fontFamily": "Rajdhani",
              "fontWeight": "700",
              "fontStyle": "normal",
              "src": ["file:./assets/fonts/Rajdhani-Bold.woff2"]
            }
          ]
        },
        {
          "fontFamily": "\"Roboto Condensed\", sans-serif",
          "name": "Roboto Condensed",
          "slug": "roboto-condensed",
          "fontFace": [
            {
              "fontFamily": "\"Roboto Condensed\", sans-serif",
              "fontWeight": "300",
              "fontStyle": "normal",
              "src": ["file:./assets/fonts/RobotoCondensed-Light.woff2"]
            },
            {
              "fontFamily": "\"Roboto Condensed\", sans-serif",
              "fontWeight": "400",
              "fontStyle": "normal",
              "src": ["file:./assets/fonts/RobotoCondensed-Regular.woff2"]
            },
            {
              "fontFamily": "\"Roboto Condensed\", sans-serif",
              "fontWeight": "700",
              "fontStyle": "normal",
              "src": ["file:./assets/fonts/RobotoCondensed-Bold.woff2"]
            }
          ]
        }
      ]
    },
    "layout": {
      "contentSize": "900px",
      "wideSize": "1200px"
    }
  },
  "styles": {
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--roboto-condensed)",
      "fontSize": "var(--wp--preset--font-size--small)",
      "fontWeight": "var(--wp--custom--typography--font-weight--normal)",
      "lineHeight": "var(--wp--custom--typography--line-height--body)",
      "letterSpacing": "var(--wp--custom--typography--letter-spacing--body)"
    },
    "spacing": {
      "padding": {
        "bottom": "var(--wp--preset--spacing--30)",
        "top": "var(--wp--preset--spacing--30)",
        "left": "var(--wp--preset--spacing--30)",
        "right": "var(--wp--preset--spacing--30)"
      },
      "blockGap": "var(--wp--preset--spacing--10)"
    },
    "color": {
      "background": "var(--wp--preset--color--background)",
      "text": "var(--wp--preset--color--paragraph-text)"
    },
    "blocks": {
      "core/site-title": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            "color": {
              "text": "var(--wp--preset--color--contrast)"
            }
          }
        },
        "color": {
          "background": "var(--wp--preset--color--light-blue)",
          "text": "var(--wp--preset--color--contrast)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--large)",
          "lineHeight": "var(--wp--custom--typography--line-height--basic)",
          "textDecoration": "none",
          "fontFamily": "var(--wp--preset--font-family--rajdhani)"
        }
      },
      "core/navigation-link": {
        "color": {
          "text": "var(--wp--preset--color--contrast)"
        }
      },
      "core/navigation": {
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--contrast)"
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/paragraph": {
        "color": {
          "text": "var(--wp--preset--color--paragraph-text)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        }
      },
      "core/categories": {
        "typography": {
          "textDecoration": "none"
        },
        "spacing": {
          "padding": {
            "left": "0"
          }
        },
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--primary)"
              }
            },
            "color": {
              "text": "var(--wp--preset--color--paragraph-text)"
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-title": {
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--contrast)"
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-terms": {
        "color": {
          "text": "var(--wp--preset--color--primary)"
        },
        "typography": {
          "fontWeight": "var(--wp--custom--typography--font-weight--bold)"
        },
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--primary)"
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/button": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)",
          "lineHeight": "var(--wp--custom--typography--line-height--body)"
        },
        "spacing": {
          "padding": {
            "top": "0.7rem",
            "bottom": "0.7rem",
            "left": "1.6rem",
            "right": "1.6rem"
          }
        }
      },
      "core/list": {
        "spacing": {
          "padding": {
            "left": "10px"
          }
        }
      },
      "core/tag-cloud": {
        "color": {
          "text": "var(--wp--preset--color--contrast)"
        },
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--primary)"
              }
            },
            "color": {
              "text": "var(--wp--preset--color--paragraph-text)"
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      }
    },
    "elements": {
      "h1": {
        "color": {
          "text": "var(--wp--preset--color--contrast)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--giant)",
          "fontWeight": "var(--wp--custom--typography--font-weight--normal)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading)"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--giant)",
          "fontWeight": "var(--wp--custom--typography--font-weight--light)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading)"
        }
      },
      "h3": {
        "color": {
          "text": "var(--wp--preset--color--contrast)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--heading-4)"
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)",
          "fontWeight": "var(--wp--custom--typography--font-weight--light)"
        },
        "color": {
          "text": "#fff"
        }
      }
    }
  },
  "templateParts": [
    {
      "name": "header",
      "area": "header",
      "title": "Header"
    },
    {
      "name": "footer",
      "area": "footer",
      "title": "Footer"
    },
    {
      "name": "comments",
      "area": "uncategorized",
      "title": "Comments"
    },
    {
      "name": "sidebar",
      "area": "uncategorized",
      "title": "Sidebar"
    }
  ]
}
