{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"title": "Lite",
"settings": {
"layout": {
"contentSize": "999px",
"wideSize": "1280px"
},
"color": {
"palette": [
{
"color": "#fffdfd",
"name": "Base",
"slug": "base"
},
{
"color": "#666b68",
"name": "Body Text",
"slug": "body-text"
},
{
"color": "#f6f6f6",
"name": "Section Background",
"slug": "section-bg"
},
{
"color": "#1d1c1a",
"name": "Headings",
"slug": "heading"
},
{
"color": "#EF626C",
"name": "Primary",
"slug": "primary"
},
{
"color": "#1c1b19",
"name": "Secondary",
"slug": "secondary"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Epilogue\", sans-serif",
"name": "Epilogue",
"slug": "epilogue",
"fontFace": [
{
"fontFamily": "Epilogue",
"fontWeight": "400",
"fontStyle": "normal",
"fontStretch": "",
"src": [
"file:./assets/fonts/epilogue/Epilogue-Regular.ttf"
]
},
{
"fontFamily": "Epilogue",
"fontWeight": "500",
"fontStyle": "normal",
"fontStretch": "",
"src": [
"file:./assets/fonts/epilogue/Epilogue-Medium.ttf"
]
},
{
"fontFamily": "Epilogue",
"fontWeight": "600",
"fontStyle": "normal",
"fontStretch": "",
"src": [
"file:./assets/fonts/epilogue/Epilogue-SemiBold.ttf"
]
},
{
"fontFamily": "Epilogue",
"fontWeight": "700",
"fontStyle": "normal",
"fontStretch": "",
"src": [
"file:./assets/fonts/epilogue/Epilogue-Bold.ttf"
]
}
]
}
],
"fontSizes": [
{
"name": "Body Text",
"slug": "body-text",
"size": "16px"
},
{
"name": "Small",
"slug": "small",
"size": "14px"
},
{
"name": "Medium",
"slug": "medium",
"size": "18px"
},
{
"name": "Regular",
"slug": "regular",
"size": "22px"
},
{
"name": "Large",
"slug": "large",
"size": "26px"
},
{
"name": "Extra Large",
"slug": "extra-large",
"size": "32px"
},
{
"name": "Big",
"slug": "big",
"size": "clamp(33px, calc(2.0625rem + ((1vw - 3.2px) * 2.0625)), 66px);"
},
{
"name": "Huge",
"slug": "huge",
"size": "clamp(40px, calc(2.25rem + ((1vw - 3.2px) * 2.375)), 74px);"
},
{
"name": "Gigantic",
"slug": "gigantic",
"size": "clamp(42px, calc(2.625rem + ((1vw - 3.2px) * 2.75)), 86px);"
},
{
"name": "Banner Title",
"slug": "banner-title",
"size": "clamp(2.5rem, 2.113rem + 1.935vw, 4rem);"
},
{
"name": "Section Title",
"slug": "section-title",
"size": "clamp(2rem, 1.871rem + 0.645vw, 2.5rem);"
}
],
"fontWeight": true,
"lineHeight": true
},
"appearanceTools": true,
"useRootPaddingAwareAlignments": true,
"spacing": {
"padding": true,
"margin": true,
"blockGap": true,
"units": [
"px",
"%",
"em",
"rem",
"vh",
"vw"
]
}
},
"styles": {
"blocks": {
"core/site-title": {
"typography": {
"fontSize": "clamp(32px, calc(2.625rem + ((1vw - 3.2px) * 2.75)), 46px);",
"fontWeight": "700",
"lineHeight": "1.2",
"letterSpacing": "1px"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"textDecoration": "none",
"textTransform": "uppercase"
}
}
}
},
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--epilogue)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "600",
"letterSpacing": "1px"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
":focus": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"outline": {
"width": "1px",
"style": "dotted"
}
}
}
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--epilogue)",
"fontSize": "var(--wp--preset--font-size--body-text)",
"fontWeight": "400",
"lineHeight": "1.5rem"
},
"color": {
"text": "var(--wp--preset--color--body-text)",
"background": "var(--wp--preset--color--base)"
},
"spacing": {
"margin": {
"top": "0",
"bottom": "0",
"right": "0",
"left": "0"
},
"padding": {
"top": "0",
"bottom": "0",
"right": "0",
"left": "0"
}
},
"elements": {
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--raleway)",
"fontWeight": "600"
},
"color": {
"text": "var(--wp--preset--color--heading)"
}
},
"h1": {
"typography": {
"fontSize": "38px",
"lineHeight": "1.5"
}
},
"h2": {
"typography": {
"fontSize": "32px",
"lineHeight": "1.3"
}
},
"h3": {
"typography": {
"fontSize": "26px"
}
},
"h4": {
"typography": {
"fontSize": "22px"
}
},
"h5": {
"typography": {
"fontSize": "18px"
}
},
"h6": {
"typography": {
"fontSize": "16px"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--heading)"
},
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
":focus": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"outline": {
"width": "1px",
"style": "dotted"
}
}
},
"button": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--white)"
},
":hover": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--white)"
}
}
}
}
},
"templateParts": [
{
"name": "header",
"area": "header"
},
{
"name": "footer",
"area": "footer"
}
]
}
Warning: Cannot modify header information - headers already sent by (output started at /home/pary7125/public_html/wp-content/themes/devotion/functions.php:1) in /home/pary7125/public_html/wp-includes/pluggable.php on line 1450
Warning: Cannot modify header information - headers already sent by (output started at /home/pary7125/public_html/wp-content/themes/devotion/functions.php:1) in /home/pary7125/public_html/wp-includes/pluggable.php on line 1453