{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "customTemplates": [
    {
      "name": "blank",
      "postTypes": ["page", "post"],
      "title": "Blank"
    },
    {
      "name": "page-no-title",
      "postTypes": ["page", "post"],
      "title": "No Title"
    },
    {
      "name": "full-width",
      "postTypes": ["page", "post"],
      "title": "Full Width"
    }
  ],
  "settings": {
    "appearanceTools": true,
    "useRootPaddingAwareAlignments": true,
    "color": {
      "defaultDuotone": false,
      "defaultGradients": false,
      "defaultPalette": false,
      "gradients": [
        {
          "slug": "gradient-1",
          "gradient": "linear-gradient(to right, #ff7e5f, #feb47b)",
          "name": "Sunset Gradient"
        },
        {
          "slug": "gradient-2",
          "gradient": "linear-gradient(to right, #ff00cc, #333399)",
          "name": "Cosmic Fusion"
        },
        {
          "slug": "gradient-3",
          "gradient": "linear-gradient(to right, #ef32d9, #89fffd)",
          "name": "Azure Pop"
        },
        {
          "slug": "gradient-4",
          "gradient": "linear-gradient(to right, #000428, #004e92)",
          "name": "Frost"
        },
        {
          "slug": "gradient-5",
          "gradient": "linear-gradient(to right, #42275a, #734b6d)",
          "name": "Mauve"
        },
        {
          "slug": "gradient-6",
          "gradient": "linear-gradient(to right, #141e30, #243b55)",
          "name": "Royal"
        },
        {
          "slug": "gradient-7",
          "gradient": "linear-gradient(to right, #2c3e50, #4ca1af)",
          "name": "Deep Sea Space"
        },
        {
          "slug": "gradient-8",
          "gradient": "linear-gradient(to right, #00d2ff, #928dab)",
          "name": "Bright Vault"
        },
        {
          "slug": "gradient-9",
          "gradient": "linear-gradient(to right, #ff5f6d, #ffc371)",
          "name": "Sweet Morning"
        },
        {
          "slug": "gradient-10",
          "gradient": "linear-gradient(to right, #000000, #434343)",
          "name": "Deep Space"
        }
      ],
      "palette": [
        {
          "name": "Primary 50",
          "slug": "primary-50",
          "color": "#EFECFB"
        },
        {
          "name": "Primary 100",
          "slug": "primary-100",
          "color": "#D3CAF9"
        },
        {
          "name": "Primary 200",
          "slug": "primary-200",
          "color": "#BBAFF3"
        },
        {
          "name": "Primary 300",
          "slug": "primary-300",
          "color": "#A495ED"
        },
        {
          "name": "Primary 400",
          "slug": "primary-400",
          "color": "#8C7AE7"
        },
        {
          "name": "Primary 500",
          "slug": "primary-500",
          "color": "#755FE1"
        },
        {
          "name": "Primary 600",
          "slug": "primary-600",
          "color": "#5D44DB"
        },
        {
          "name": "Primary 700",
          "slug": "primary-700",
          "color": "#46359A"
        },
        {
          "name": "Primary 800",
          "slug": "primary-800",
          "color": "#2F275A"
        },
        {
          "name": "Primary 900",
          "slug": "primary-900",
          "color": "#181819"
        },
        {
          "name": "Secondary 50",
          "slug": "secondary-50",
          "color": "#FAFAFA"
        },
        {
          "name": "Secondary 100",
          "slug": "secondary-100",
          "color": "#DEDFE0"
        },
        {
          "name": "Secondary 200",
          "slug": "secondary-200",
          "color": "#C2C3C5"
        },
        {
          "name": "Secondary 300",
          "slug": "secondary-300",
          "color": "#A7A8AB"
        },
        {
          "name": "Secondary 400",
          "slug": "secondary-400",
          "color": "#8B8C91"
        },
        {
          "name": "Secondary 500",
          "slug": "secondary-500",
          "color": "#6F7176"
        },
        {
          "name": "Secondary 600",
          "slug": "secondary-600",
          "color": "#53555C"
        },
        {
          "name": "Secondary 700",
          "slug": "secondary-700",
          "color": "#404147"
        },
        {
          "name": "Secondary 800",
          "slug": "secondary-800",
          "color": "#2C2D31"
        },
        {
          "name": "Secondary 900",
          "slug": "secondary-900",
          "color": "#19191C"
        },
        {
          "name": "Main",
          "slug": "main",
          "color": "#020617"
        },
        {
          "name": "Base",
          "slug": "base",
          "color": "#fff"
        },
        {
          "name": "Transparent",
          "slug": "transparent",
          "color": "transparent"
        },
        {
          "name": "Current",
          "slug": "current",
          "color": "currentcolor"
        },
        {
          "name": "Inherit",
          "slug": "inherit",
          "color": "inherit"
        }
      ],
      "link": true
    },
    "shadow": {
      "defaultPresets": false,
      "presets": [
        {
          "name": "None",
          "slug": "none",
          "shadow": "none"
        },
        {
          "name": "Small",
          "slug": "sm",
          "shadow": "0 1px 2px 0 rgb(0 0 0 / 0.05)"
        },
        {
          "name": "Medium",
          "slug": "md",
          "shadow": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)"
        },
        {
          "name": "Large",
          "slug": "lg",
          "shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)"
        },
        {
          "name": "X Large",
          "slug": "xl",
          "shadow": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)"
        },
        {
          "name": "XX Large",
          "slug": "xxl",
          "shadow": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"
        }
      ]
    },

    "typography": {
      "customFontSize": true,
      "dropCap": true,
      "lineHeight": true,
      "fluid": false,
      "fontFamilies": [
        {
          "fontFamily": "Inter, sans-serif",
          "name": "Inter",
          "slug": "inter",
          "fontFace": [
            {
              "fontDisplay": "block",
              "fontFamily": "Inter",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": ["file:./assets/fonts/inter.woff2"]
            }
          ]
        }
      ],
      "fontSizes": [
        {
          "name": "x Small",
          "size": "0.75rem",
          "slug": "x-small",
          "fluid": {
            "min": "0.75rem",
            "max": "0.8rem"
          }
        },
        {
          "name": "Small",
          "size": "0.875rem",
          "slug": "small",
          "fluid": {
            "min": "0.875rem",
            "max": "0.9rem"
          }
        },
        {
          "name": "Medium",
          "size": "1rem",
          "slug": "medium",
          "fluid": {
            "min": "1rem",
            "max": "1.1rem"
          }
        },
        {
          "name": "Large",
          "size": "1.125rem",
          "slug": "large",
          "fluid": {
            "min": "1.125rem",
            "max": "1.2rem"
          }
        },
        {
          "name": "X Large",
          "size": "1.25rem",
          "slug": "x-large",
          "fluid": {
            "min": "1.25rem",
            "max": "1.3rem"
          }
        },
        {
          "name": "2X Large",
          "size": "1.5rem",
          "slug": "2x-large",
          "fluid": {
            "min": "1.5rem",
            "max": "1.8rem"
          }
        },
        {
          "name": "3X Large",
          "size": "1.875rem",
          "slug": "3x-large",
          "fluid": {
            "min": "1.875rem",
            "max": "1.9rem"
          }
        },
        {
          "name": "4X Large",
          "size": "2.25rem",
          "slug": "4x-large",
          "fluid": {
            "min": "2.25rem",
            "max": "2.4rem"
          }
        }
      ]
    },
    "layout": {
      "contentSize": "min(calc(100dvw - var(--wp--preset--spacing--large, 2rem)), 760px)",
      "wideSize": "min(calc(100dvw - var(--wp--preset--spacing--large, 2rem)), 1200px)"
    },
    "spacing": {
      "units": ["%", "em", "px", "rem", "vh", "vw"],
      "customSpacingSize": true,
    
      "spacingSizes": [
        {
          "name": "X Small",
          "size": "clamp(0.25rem, 1.5vw, .4rem)",
          "slug": "x-small"
        },
        {
          "name": "Small",
          "size": "clamp(.5rem, 2.5vw, 1rem)",
          "slug": "small"
        },
        {
          "name": "Medium",
          "size": "clamp(1.5rem, 4vw, 2rem)",
          "slug": "medium"
        },
        {
          "name": "Large",
          "size": "clamp(2rem, 5vw, 3rem)",
          "slug": "large"
        },
        {
          "name": "X Large",
          "size": "clamp(3rem, 7vw, 5rem)",
          "slug": "x-large"
        },
        {
          "name": "2X Large",
          "size": "clamp(4rem, 9vw, 7rem)",
          "slug": "2x-large"
        },
        {
          "name": "3X Large",
          "size": "clamp(5rem, 12vw, 9rem)",
          "slug": "3x-large"
        },
        {
          "name": "4X Large",
          "size": "clamp(6rem, 14vw, 13rem)",
          "slug": "4x-large"
        },
        {
          "name": "5X Large",
          "size": "clamp(7rem, 17vw, 15rem)",
          "slug": "5x-large"
        }
      ],
      "blockGap": true,
      "margin": true,
      "padding": true
    },
    "custom": {
      "font-family": {
        "body": "var(--wp--preset--font-family--inter)"
      },
      "fontWeight": {
        "black": 900,
        "extraBold": 800,
        "bold": 700,
        "semiBold": 600,
        "medium": 500,
        "regular": 400,
        "light": 300,
        "extraLight": 200,
        "thin": 100
      },
      "lineHeight": {
        "initial": 1,
        "xxSmall": 1.2,
        "xSmall": 1.3,
        "small": 1.4,
        "medium": 1.45,
        "large": 1.6
      },
      "borderRadius": {
        "small": "0.25rem",
        "medium": "0.375rem",
        "large": "0.5rem",
        "xLarge": "0.75rem",
        "xxLarge": "1rem",
        "full": "999px"
      }
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--base)",
      "text": "var(--wp--preset--color--main)"
    },
    "spacing": {
      "blockGap": "var(--wp--preset--spacing--samll)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--inter)",
      "fontSize": "var(--wp--preset--font-size--medium)",
      "fontWeight": "var(--wp--custom--font-weight--regular)",
      "lineHeight": "var(--wp--custom--line-height--initial)"
    },
    "elements": {
      "button": {
        "border": {
          "radius": "var(--wp--custom--border-radius--large)"
        },
        "color": {
          "background": "var(--wp--preset--color--primary-600)",
          "text": "var(--wp--preset--color--base)"
        },
        "spacing": {
          "padding": {
            "top": "1rem;",
            "right": "1.25rem",
            "bottom": "1rem;",
            "left": "1.25rem"
          }
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--Small)",
          "fontWeight": "var(--wp--custom--font-weight--regular)"
        },
        ":hover": {
          "color": {
            "background": "var(--wp--preset--color--primary-700)",
            "text": "var(--wp--preset--color--base)"
          }
        },
        ":focus": {
          "color": {
            "background": "var(--wp--preset--color--primary-600)",
            "text": "var(--wp--preset--color--base)"
          },
          "outline": {
            "offset": "-3px",
            "width": "3px",
            "color": "var(--wp--preset--color--primary-200)",
            "style": "solid"
          }
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--4-x-large)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--3-x-large)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)"
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--2-x-large)",
          "fontWeight": "var(--wp--custom--font-weight--medium)"
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-large)"
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--large)"
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)"
        }
      },
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--inter)",
          "fontWeight": "var(--wp--custom--font-weight--medium)",
          "lineHeight": "var(--wp--custom--line-height--small)"
        }
      },
      "link": {
        "color": {
          "text": "var(--wp--preset--color--main)"
        },
        ":hover": {
          "typography": {
            "textDecoration": "none"
          },
          "color": {
            "text": "var(--wp--preset--color--primary-600)"
          }
        },
        ":focus": {
          "color": {
            "text": "var(--wp--preset--color--primary-600)"
          }
        }
      }
    },
    "blocks": {
      "core/buttons": {
        "border": {
          "radius": "var(--wp--custom--border-radius--medium)"
        },
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--small)"
        },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/cover": {
        "spacing": {
          "padding": {
            "top": "var(--wp--preset--spacing--small)",
            "right": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--small)",
            "left": "var(--wp--preset--spacing--small)"
          }
        }
      },
      "core/site-title": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)",
          "fontWeight": "var(--wp--custom--font-weight--semi-bold)"
        },
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "none"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/paragraph": {
        "typography": {
          "lineHeight": "var(--wp--custom--line-height--x-small)"
        }
      },
      "core/list": {
        "spacing": {
          "padding": {
            "left": "var(--wp--preset--spacing--small)"
          }
        }
      },
      "core/navigation": {
        "typography": {
          "fontWeight": "var(--wp--custom--font-weight--regular)"
        },
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--small)"
        },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/comment-author-name": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/comment-date": {
        "color": {
          "text": "var(--wp--preset--color--secondary-500)"
        },
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--secondary-500)"
            },
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/comment-edit-link": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/comment-reply-link": {
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/post-author-name": {
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-title": {
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-date": {
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/post-terms": {
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/search": {
        "spacing": {
          "padding": {
            "top": "0",
            "right": "0",
            "bottom": "0",
            "left": "0"
          },
          "blockGap": "var(--wp--preset--spacing--x-small)"
        }
      },
      "core/separator": {
        "color": {
          "background": "var(--wp--preset--color--secondary-300)"
        }
      },
      "core/quote": {
        "elements": {
          "cite": {
            "color": {
              "text": "var(--wp--preset--color--secondary-400)"
            }
          }
        },
        "border": {
          "left": {
            "style": "solid",
            "color": "var(--wp--preset--color--secondary-300)",
            "width": "2px"
          }
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--preset--spacing--small)",
            "right": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--small)",
            "left": "var(--wp--preset--spacing--small)"
          }
        }
      },
      "core/code": {
        "border": {
          "radius": "var(--wp--custom--border-radius--medium)"
        },
        "color": {
          "background": "var(--wp--preset--color--secondary-100)"
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--preset--spacing--small)",
            "right": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--small)",
            "left": "var(--wp--preset--spacing--small)"
          }
        }
      },
      "core/preformatted": {
        "border": {
          "radius": "var(--wp--custom--border-radius--medium)"
        },
        "spacing": {
          "padding": {
            "top": "var(--wp--preset--spacing--small)",
            "right": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--small)",
            "left": "var(--wp--preset--spacing--small)"
          }
        }
      },

      "core/categories": {
        "spacing": {
          "padding": {
            "left": "0px",
            "right": "0px"
          }
        },
        "css": "& {list-style-type:none;} & li{margin-bottom: var(--wp--preset--spacing--x-small)}"
      }
    }
  },
  "templateParts": [
    {
      "name": "header",
      "title": "Header",
      "area": "header"
    },
    {
      "name": "footer",
      "title": "Footer",
      "area": "footer"
    }
  ]
}
