{
"$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
"version": 2,
"settings": {
"appearanceTools": "1",
"color": {
"custom": "",
"customGradient": "",
"link": "",
"palette": [
{
"name": "Primary",
"slug": "primary",
"color": "#25336d"
},
{
"name": "Secondary",
"slug": "secondary",
"color": "#fe8036"
},
{
"name": "Text",
"slug": "text",
"color": "#333333"
}
],
"duotone": [
{
"colors": [
"#000000",
"#000000"
]
}
],
"gradients": [
{
"gradient": "linear-gradient(#000000, 0%, #000000, 100%)"
}
]
},
"spacing": {
"padding": "",
"margin": "",
"units": [
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": "",
"customLineHeight": "",
"dropCap": "",
"fontFamilies": [
[]
],
"fontSizes": [
{
"name": "Small",
"slug": "small",
"size": "clamp(10px,2vw,14px)"
},
{
"name": "Medium",
"slug": "medium",
"size": "clamp(18px,2.75vw,24px)"
},
{
"name": "Large",
"slug": "large",
"size": "clamp(22px, 3.5vw, 32px)"
},
{
"name": "Larger",
"slug": "larger",
"size": "clamp(26px, 4.2vw, 40px)"
},
{
"name": "X large",
"slug": "x-large",
"size": "clamp(28px, 4.5vw, 42px)"
}
]
},
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
}
}