123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "version": 2,
- "settings": {
- "appearanceTools": true,
- "custom": {
- "spacing": {
- "small": "clamp(20px, 4vw, 40px)",
- "medium": "clamp(30px, 8vw, 100px)",
- "large": "clamp(100px, 12vw, 460px)",
- "outer": "min(4vw, 90px)"
- },
- "button": {
- "border": {
- "radius": "6px"
- },
- "hover": {
- "color": {
- "text": "var(--wp--preset--color--background)",
- "background": "var(--wp--preset--color--foreground)"
- },
- "border": {
- "color": "var(--wp--preset--color--foreground)"
- }
- }
- }
- },
- "color": {
- "palette": [
- {
- "slug": "background",
- "color": "#000000",
- "name": "Background"
- },
- {
- "slug": "primary",
- "color": "#FFF48D",
- "name": "Primary"
- },
- {
- "slug": "foreground",
- "color": "#FFFFFF",
- "name": "Foreground"
- },
- {
- "slug": "tertiary",
- "color": "#24231D",
- "name": "Tertiary"
- }
- ]
- },
- "layout": {
- "contentSize": "652px",
- "wideSize": "1061px"
- },
- "spacing": {
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "fluid": true,
- "fontFamilies": [
- {
- "fontFamily": "\"DM Sans\", sans-serif",
- "slug": "dm-sans",
- "name": "Body (DM Sans)",
- "fontFace": [
- {
- "fontFamily": "DM Sans",
- "fontDisplay": "block",
- "fontWeight": "400",
- "fontStyle": "normal",
- "fontStretch": "normal",
- "src": [ "file:./assets/fonts/DMSans-Regular.woff2" ]
- },
- {
- "fontFamily": "DM Sans",
- "fontDisplay": "block",
- "fontWeight": "700",
- "fontStyle": "normal",
- "fontStretch": "normal",
- "src": [ "file:./assets/fonts/DMSans-Bold.woff2" ]
- },
- {
- "fontFamily": "DM Sans",
- "fontDisplay": "block",
- "fontWeight": "400",
- "fontStyle": "italic",
- "fontStretch": "normal",
- "src": [ "file:./assets/fonts/DMSans-Italic.woff2" ]
- },
- {
- "fontFamily": "DM Sans",
- "fontDisplay": "block",
- "fontWeight": "700",
- "fontStyle": "italic",
- "fontStretch": "normal",
- "src": [ "file:./assets/fonts/DMSans-BoldItalic.woff2" ]
- }
- ]
- }
- ],
- "fontSizes": [
- {
- "name": "Small",
- "fluid": false,
- "size": "1rem",
- "slug": "small"
- },
- {
- "name": "Normal",
- "fluid": false,
- "size": "1.125rem",
- "slug": "normal"
- },
- {
- "name": "Medium",
- "fluid": false,
- "size": "1.5rem",
- "slug": "medium"
- },
- {
- "name": "Large",
- "fluid": false,
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "name": "Huge",
- "fluid": {
- "min": "2rem",
- "max": "2.625rem"
- },
- "size": "2rem",
- "slug": "huge"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/heading": {
- "typography": {
- "fontWeight": "400"
- }
- },
- "core/paragraph": {
- "typography": {
- "lineHeight": "1.6"
- }
- },
- "core/site-title": {
- "typography": {
- "fontWeight": "400"
- },
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/post-title": {
- "typography": {
- "fontSize": "min(max(2.625rem, 5vw), 4.5rem)",
- "lineHeight": "1.17",
- "fontWeight": "400"
- }
- },
- "core/post-date": {
- "typography": {
- "textTransform": "uppercase",
- "fontSize": "var(--wp--preset--font-size--small)",
- "lineHeight": "1.25rem"
- }
- },
- "core/separator": {
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "width": "1px"
- }
- },
- "core/post-comments": {
- "elements": {
- "h3": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- }
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- }
- }
- },
- "color": {
- "background": "var(--wp--preset--color--background)",
- "text": "var(--wp--preset--color--foreground)"
- },
- "elements": {
- "button": {
- "border": {
- "radius": "var(--wp--custom--button--border--radius)",
- "color": "var(--wp--preset--color--primary)",
- "width": "1px",
- "style": "solid"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--background)",
- "background": "var(--wp--preset--color--foreground)"
- },
- "border": {
- "color": "var(--wp--preset--color--foreground)"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--background)",
- "background": "var(--wp--preset--color--foreground)"
- },
- "border": {
- "color": "var(--wp--preset--color--foreground)"
- }
- },
- ":focus": {
- "color": {
- "text": "var(--wp--preset--color--background)",
- "background": "var(--wp--preset--color--foreground)"
- },
- "border": {
- "color": "var(--wp--preset--color--foreground)"
- }
- }
- },
- "h1": {
- "typography": {
- "fontSize": "min(max(2.625rem, 5vw), 4.5rem)",
- "lineHeight": "1.1"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "min(max(2.25rem, 5vw), 3.375rem)",
- "lineHeight": "1.1"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "min(max(2rem, 5vw), 2.625rem)",
- "lineHeight": "1.2"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "1.75rem",
- "lineHeight": "1.6"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "1.25rem",
- "lineHeight": "1.6"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "1rem",
- "lineHeight": "1.6"
- }
- },
- "link": {
- "color": {
- "text": "var(--wp--preset--color--foreground)"
- },
- "typography": {
- "textDecoration": "underline 0.075ex"
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- ":focus": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "spacing": {
- "blockGap": "1.25rem"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontSize": "var(--wp--preset--font-size--normal)",
- "fontWeight": "400",
- "lineHeight": "1.5"
- }
- },
- "templateParts": [
- {
- "name": "header",
- "title": "Header",
- "area": "header"
- },
- {
- "name": "footer",
- "title": "Footer",
- "area": "footer"
- }
- ]
- }
|