Theme - Part 01
**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/theme.json
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{ "slug": "void", "name": "Void", "color": "#07080b" },
{ "slug": "ash", "name": "Ash", "color": "#13161e" },
{ "slug": "steel", "name": "Steel", "color": "#242b3a" },
{ "slug": "fog", "name": "Fog", "color": "#96a2bf" },
{ "slug": "bone", "name": "Bone", "color": "#e9e6df" },
{ "slug": "signal", "name": "Signal", "color": "#be2e45" }
]
},
"layout": {
"contentSize": "760px",
"wideSize": "1240px"
},
"spacing": {
"units": ["px", "rem", "vw", "%"]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Inter, ui-sans-serif, system-ui, sans-serif",
"name": "Inter/System",
"slug": "system-sans"
},
{
"fontFamily": "Georgia, 'Times New Roman', serif",
"name": "Editorial Serif",
"slug": "editorial-serif"
}
]
}
}
}