{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "color": {
      "custom": true,
      "customGradient": true,
      "customDuotone": true,
      "link": true,
      "palette": [
        {
          "slug": "primary",
          "color": "#4362EA",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#F3A1C2",
          "name": "Secondary"
        },
        {
          "slug": "background",
          "color": "#FFFFFF",
          "name": "Background"
        },
        {
          "slug": "background-alt",
          "color": "#F2F4FB",
          "name": "Background Alternative"
        },
        {
          "slug": "dark-color",
          "color": "#202026",
          "name": "Dark Color"
        },
        {
          "slug": "meta-color",
          "color": "#A5ACAD",
          "name": "Meta Color"
        },
        {
          "slug": "foreground",
          "color": "#646363",
          "name": "Foreground"
        },
        {
          "slug": "foreground-alt",
          "color": "#BFC0C0",
          "name": "Foreground-alt"
        },
        {
          "slug": "light-color",
          "color": "#FFFFFE",
          "name": "Light Color"
        },
        {
          "slug": "heading-color",
          "color": "#000209",
          "name": "Heading Color"
        },
        {
          "slug": "border-color",
          "color": "#EEEEF8",
          "name": "Border Color"
        },

        {
          "color": "#ffffff00",
          "name": "Transparent",
          "slug": "transparent"
        }
      ],
      "duotone": [
        {
          "colors": ["#3516F0", "#ffffff"],
          "slug": "primary-white",
          "name": "Primary White"
        },
        {
          "colors": ["#3516F0", "#000000"],
          "slug": "primary-dark",
          "name": "Primary Dark"
        },
        {
          "colors": ["#CC0707", "#ffffff"],
          "slug": "secondary-white",
          "name": "Secondary White"
        },
        {
          "colors": ["#3516F0", "#CC0707"],
          "slug": "combined-duo",
          "name": "Combined"
        },
        {
          "colors": ["#A5ACAD", "#ffffff"],
          "slug": "meta-white",
          "name": "Meta Filter"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(180deg, rgba(0,0,0,0.5) 10%, var(--wp--preset--color--primary) 100% )",
          "name": "Primary Gradient",
          "slug": "primary-gradient"
        },
        {
          "gradient": "linear-gradient(180deg, rgba(0, 0, 0, 0.00) 24%, rgba(0, 0, 0, 1) 100%)",
          "name": "Dark Gradient",
          "slug": "dark-gradient"
        },
        {
          "gradient": "linear-gradient(90deg,rgb(1,4,58) 27%,rgba(0,0,0,0) 100%)",
          "name": "Gradient 3",
          "slug": "gradient-third"
        }
      ]
    },
    "custom": {
      "typography": {
        "line-height": {
          "tiny": 1.15,
          "small": 1.2,
          "medium": 1.4,
          "normal": 1.6
        }
      }
    },
    "spacing": {
      "blockGap": true,
      "margin": true,
      "padding": true,
      "units": ["px", "em", "rem", "vh", "vw", "%"]
    },
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "layout": {
      "contentSize": "980px",
      "wideSize": "1960"
    },
    "typography": {
      "dropCap": false,
      "fluid": true,
      "lineHeight": true,
      "customFontSize": true,
      "fontSizes": [
        {
          "slug": "x-small",
          "size": "10px",
          "name": "Extra Small"
        },
        {
          "slug": "small",
          "size": "14px",
          "name": "Extra Small"
        },
        {
          "slug": "normal",
          "size": "16px",
          "name": "Normal"
        },
        {
          "slug": "medium",
          "size": "20px",
          "name": "Medium"
        },
        {
          "slug": "big",
          "size": "28px",
          "name": "big"
        },
        {
          "slug": "large",
          "size": "34px",
          "name": "Extra Large"
        },
        {
          "slug": "x-large",
          "size": "44px",
          "name": "Double Extra Large"
        },
        {
          "slug": "xx-large",
          "size": "54px",
          "name": "Big Large"
        },
        {
          "slug": "xxx-large",
          "size": "64px",
          "name": "Big Large"
        }
      ],
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Inter",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700",
              "src": ["file:./assets/fonts/inter/Inter-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Inter\", sans-serif",
          "name": "Inter",
          "slug": "inter"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Playfair Display",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf"]
            },
            {
              "fontFamily": "Playfair Display",
              "fontStretch": "normal",
              "fontStyle": "italic",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Playfair Display\", sans-serif",
          "name": "Playfair Display",
          "slug": "playfair-display"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Outfit",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/outfit/Outfit-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Outfit\", sans-serif",
          "name": "Outfit",
          "slug": "outfit"
        },
        {
          "fontFace": [
            {
              "fontFamily": "DM Serif Display",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": ["file:./assets/fonts/dm_serif_display/DMSerifDisplay-Regular.woff2"]
            }
          ],
          "fontFamily": "\"DM Serif Display\", sans-serif",
          "name": "DM Serif Display",
          "slug": "dm-serif-display"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Oswald",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/oswald/Oswald-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Oswald\", sans-serif",
          "name": "Oswald",
          "slug": "oswald"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Public Sans",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/public-sans/PublicSans-VariableFont_wght.ttf"]
            },
            {
              "fontFamily": "Public Sans",
              "fontStretch": "normal",
              "fontStyle": "italic",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/public-sans/PublicSans-Italic-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Public Sans\", sans-serif",
          "name": "Public Sans",
          "slug": "public-sans"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Quicksand",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/quicksand/Quicksand-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Quicksand\", sans-serif",
          "name": "Quicksand",
          "slug": "quicksand"
        },
        {
          "fontFamily": "\"PT Serif\", sans-serif",
          "name": "PT Serif",
          "slug": "pt-serif",
          "fontFace": [
            {
              "fontFamily": "PT Serif",
              "fontWeight": "700",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "src": ["file:./assets/fonts/pt_serif/PTSerif-Bold.ttf"]
            },
            {
              "fontFamily": "PT Serif",
              "fontWeight": "400",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "src": ["file:./assets/fonts/pt_serif/PTSerif-Regular.ttf"]
            }
          ]
        },
        {
          "fontFace": [
            {
              "fontFamily": "Poppins",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300",
              "src": ["file:./assets/fonts/poppins/Poppins-Light.woff2"]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "400",
              "src": ["file:./assets/fonts/poppins/Poppins-Regular.woff2"]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "500",
              "src": ["file:./assets/fonts/poppins/Poppins-Medium.woff2"]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "600",
              "src": ["file:./assets/fonts/poppins/Poppins-SemiBold.woff2"]
            },
            {
              "fontFamily": "Poppins",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "700",
              "src": ["file:./assets/fonts/poppins/Poppins-Bold.woff2"]
            }
          ],
          "fontFamily": "\"Poppins\", sans-serif",
          "name": "Poppins",
          "slug": "poppins"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Raleway",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/raleway/Raleway-VariableFont_wght.ttf"]
            },
            {
              "fontFamily": "Raleway",
              "fontStretch": "normal",
              "fontStyle": "italic",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/raleway/Raleway-Italic-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Raleway\", sans-serif",
          "name": "Raleway",
          "slug": "raleway"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Roboto Condensed",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/roboto_condensed/RobotoCondensed-VariableFont_wght.ttf"]
            },
            {
              "fontFamily": "Roboto Condensed",
              "fontStretch": "normal",
              "fontStyle": "italic",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/roboto_condensed/RobotoCondensed-Italic-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Roboto Condensed\", sans-serif",
          "name": "Roboto Condensed",
          "slug": "roboto-condensed"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Syne",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/syne/Syne-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Syne\", sans-serif",
          "name": "Syne",
          "slug": "syne"
        }
      ]
    }
  },
  "styles": {
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--outfit)",
      "fontSize": "var(--wp-preset--font-size--normal)",
      "lineHeight": "var(--wp--preset--line-height--normal)"
    },

    "elements": {
      "link": {
        "color": {
          "text": "var(--wp--preset--color--primary)"
        },
        "typography": {
          "textDecoration": "none"
        },
        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--secondary)"
          }
        }
      },
      "button": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)",
          "fontWeight": "var(--wp--preset--font-weight--bold)",
          "lineHeight": "var(--wp--preset--line-height--initial)"
        },
        "color": {
          "background": "var(--wp--preset--color--primary)",
          "text": "var(--wp--preset--color--background)"
        },
        "border": {
          "radius": "0.375em",
          "color": "var(--wp--preset--color--tertiary)"
        },
        ":hover": {
          "color": {
            "background": "var(--wp--preset--color--secondary)"
          }
        }
      },

      "h1": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xx-large)",
          "fontWeight": "700",
          "lineHeight": "1.2"
        },
        "spacing": {
          "margin": {
            "bottom": "var(--wp--preset--spacing--small)"
          }
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--large)",
          "fontWeight": "700",
          "lineHeight": "1.3"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--medium)",
            "bottom": "var(--wp--preset--spacing--x-small)"
          }
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--big)",
          "fontWeight": "600",
          "lineHeight": "1.4"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--medium)",
            "bottom": "var(--wp--preset--spacing--x-small)"
          }
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--medium)",
          "fontWeight": "600",
          "lineHeight": "1.4"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--xx-small)"
          }
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)",
          "fontWeight": "var(--wp--preset--font-weight--semi-bold)",
          "lineHeight": "1.5"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--small)",
            "bottom": "var(--wp--preset--spacing--xx-small)"
          }
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-small)"
        },
        "spacing": {
          "margin": {
            "top": "var(--wp--preset--spacing--x-small)",
            "bottom": "var(--wp--preset--spacing--xx-small)"
          }
        }
      },
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--syne)",
          "fontStyle": "normal",
          "fontWeight": "var(--wp--preset--font-weight--bold)",
          "lineHeight": "1.5"
        },
        "color": {
          "text": "var(--wp--preset--color--dark-color)",
          "background": "var(--wp--preset--color--transparent)"
        }
      }
    },
    "color": {
      "background": "var(--wp--preset--color--background)",
      "text": "var(--wp--preset--color--foreground)"
    },
    "blocks": {
      "core/post-date": {
        "color": {
          "text": "var(--wp--preset--color--meta-color)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        }
      },
      "core/post-author": {
        "color": {
          "text": "var(--wp--preset--color--meta-color)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        }
      },
      "core/post-author-name": {
        "color": {
          "text": "var(--wp--preset--color--meta-color)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        }
      },
      "core/paragraph": {
        "color": {
          "text": "var(--wp--preset--color--foreground)"
        },
        "typography": {
          "lineHeight": "1.5"
        }
      },
      "core/post-terms": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-small)",
          "textTransform": "uppercase",
          "fontWeight": "var(--wp--preset--font-weight--medium)"
        }
      }
    }
  },
  "templateParts": [
    {
      "name": "header",
      "title": "Header",
      "area": "header"
    },
    {
      "name": "header-with-banner",
      "title": "Header with Banner",
      "area": "header"
    },
    {
      "name": "footer",
      "title": "Footer",
      "area": "footer"
    },
    {
      "name": "sidebar",
      "title": "Sidebar",
      "area": "uncategorized"
    }
  ]
}
