123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- {
- "version": 2,
- "settings": {
- "appearanceTools": true,
- "color": {
- "link": true,
- "palette": [
- {
- "slug": "zeever-primary",
- "color": "#FCFCFC",
- "name": "Primary"
- },
- {
- "slug": "zeever-secondary",
- "color": "#66FCF1",
- "name": "Secondary"
- },
- {
- "slug": "zeever-third",
- "color": "#121212",
- "name": "Third"
- },
- {
- "slug": "zeever-bodytext",
- "color": "#D0D0D0",
- "name": "Body Text"
- },
- {
- "slug": "zeever-bgsoft",
- "color": "#0B0C10",
- "name": "Background Soft"
- },
- {
- "slug": "zeever-border",
- "color": "#363636",
- "name": "Border"
- },
- {
- "slug": "zeever-button-border",
- "color": "#4ABDB4",
- "name": "Button Border"
- },
- {
- "slug": "zeever-form",
- "color": "#252525",
- "name": "Form"
- }
- ],
- "gradients": [
- {
- "slug": "quinary-to-septenary",
- "gradient": "linear-gradient(160deg, var(--wp--preset--color--quinary), var(--wp--preset--color--septenary))",
- "name": "Pink to Yellow"
- }
- ]
- },
- "typography": {
- "customLineHeight": true,
- "customFontSize": true,
- "fontFamilies": [
- {
- "fontFamily": "'Poppins'",
- "name": "Poppins",
- "slug": "primary"
- },
- {
- "fontFamily": "'Heebo'",
- "name": "Heebo",
- "slug": "secondary"
- }
- ],
- "fontSizes": [
- {
- "slug": "tiny",
- "size": "16px",
- "name": "Tiny"
- },
- {
- "slug": "small",
- "size": "18px",
- "name": "Small"
- },
- {
- "slug": "normal",
- "size": "20px",
- "name": "Normal"
- },
- {
- "slug": "large",
- "size": "24px",
- "name": "Large"
- },
- {
- "slug": "extra-large",
- "size": "40px",
- "name": "Extra large"
- },
- {
- "slug": "huge",
- "size": "96px",
- "name": "Huge"
- },
- {
- "slug": "gigantic",
- "size": "144px",
- "name": "Gigantic"
- },
- {
- "slug": "heading-1",
- "size": "clamp(42px, 5.2778vw, 76px )",
- "name": "Heading 1"
- },
- {
- "slug": "heading-2",
- "size": "clamp(28px, 3.334vw, 48px)",
- "name": "Heading 2"
- },
- {
- "slug": "heading-3",
- "size": "clamp(22px, 1.667vw, 24px)",
- "name": "Heading 3"
- },
- {
- "slug": "heading-4",
- "size": "clamp(20px, 1.528vw, 22px)",
- "name": "Heading 4"
- },
- {
- "slug": "heading-5",
- "size": "clamp(18px, 1.389vw, 20px)",
- "name": "Heading 5"
- },
- {
- "slug": "heading-6",
- "size": "clamp(14px, 1.112vw, 16px)",
- "name": "Heading 6"
- }
- ]
- },
- "spacing": {
- "padding": true,
- "margin": true,
- "blockGap": true,
- "units": [
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "layout": {
- "contentSize": "1170px",
- "wideSize": "1200px"
- },
- "border": {
- "customColor": true,
- "customRadius": true,
- "customStyle": true,
- "customWidth": true
- },
- "custom": {
- "headings": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--primary)"
- }
- }
- }
- },
- "styles": {
- "color": {
- "background": "#000001",
- "text": "#D0D0D0"
- },
- "typography": {},
- "elements": {
- "link": {
- "color": {
- "text": "#66FCF1"
- }
- },
- "h1": {
- "typography": {
- "fontFamily": "var(--wp--custom--headings--typography--font-family)"
- }
- },
- "h2": {
- "typography": {
- "fontFamily": "var(--wp--custom--headings--typography--font-family)"
- }
- },
- "h3": {
- "typography": {
- "fontFamily": "var(--wp--custom--headings--typography--font-family)"
- }
- },
- "h4": {
- "typography": {
- "fontFamily": "var(--wp--custom--headings--typography--font-family)"
- }
- },
- "h5": {
- "typography": {
- "fontFamily": "var(--wp--custom--headings--typography--font-family)"
- }
- },
- "h6": {
- "typography": {
- "fontFamily": "var(--wp--custom--headings--typography--font-family)"
- }
- }
- },
- "blocks": {}
- },
- "templateParts": [
- {
- "name": "header",
- "area": "header"
- },
- {
- "name": "footer",
- "area": "footer"
- }
- ],
- "customTemplates": [
- {
- "name": "blank-canvas",
- "title": "Blank Canvas"
- },
- {
- "name": "template-basic",
- "title": "Basic Template"
- }
- ]
- }
|