File: /virtual/moonarc/public_html/moonarc.shop/wp-content/themes/moonarc-child/theme.json
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"color": {
"palette": [
{ "slug": "base", "color": "#0E1525", "name": "Base" },
{ "slug": "contrast", "color": "#F5F7FB", "name": "Contrast" },
{ "slug": "primary", "color": "#E9C46A", "name": "Primary" },
{ "slug": "accent", "color": "#E9C46A", "name": "Accent" }
]
},
"typography": {
"fontFamilies": [
{
"slug": "sans",
"name": "Sans",
"fontFamily": "'Zen Kaku Gothic New', system-ui, -apple-system, 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif"
}
]
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--sans)",
"lineHeight": "1.7"
},
"elements": {
"link": { "color": { "text": "var(--wp--preset--color--accent)" } },
"heading": { "typography": { "fontFamily": "var(--wp--preset--font-family--sans)", "fontWeight": "700" } },
"button": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
},
"border": { "radius": "999px" },
"typography": { "fontWeight": "700" },
"spacing": { "padding": { "top": "0.7rem", "bottom": "0.7rem", "left": "1.7rem", "right": "1.7rem" } }
}
}
}
}