{
    "customTemplates": [
        {
            "name": "blank-page",
            "postTypes": [
                "page"
            ],
            "title": "Blank page"
        },
        {
            "name": "single-job",
            "postTypes": [
                "job"
            ],
            "title": "Single job"
        },
        {
            "name": "archive-job",
            "title": "Archive: Job"
        }
    ],
    "settings": {
        "appearanceTools": true,
        "color": {
            "defaultDuotone": false,
            "defaultGradients": false,
            "defaultPalette": false,
            "palette": [
                {
                    "color": "#ad1735",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#ffffff",
                    "name": "Primary (accent)",
                    "slug": "primary-accent"
                },
                {
                    "color": "#525261",
                    "name": "Primary (text)",
                    "slug": "primary-text"
                },
                {
                    "color": "#010400",
                    "name": "Secondary",
                    "slug": "secondary"
                },
                {
                    "color": "#ffffff",
                    "name": "Secondary (accent)",
                    "slug": "secondary-accent"
                },
                {
                    "color": "#a0a0a8",
                    "name": "Secondary (text)",
                    "slug": "secondary-text"
                },
                {
                    "color": "#e9e9e9",
                    "name": "Gray",
                    "slug": "gray"
                },
                {
                    "color": "#f7f9f9",
                    "name": "Light gray",
                    "slug": "light-gray"
                }
            ]
        },
        "layout": {
            "contentSize": "720px",
            "wideSize": "1200px"
        },
        "shadow": {
            "presets": [
                {
                    "name": "Regular",
                    "slug": "regular",
                    "shadow": "0px 12px 50px rgba(0, 0, 0, 0.1)"
                }
            ]
        },
        "spacing": {
            "units": [
                "%",
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ]
        },
        "typography": {
            "defaultFontSizes": false,
            "fluid": true,
            "fontFamilies": [
                {
                    "fontFace": [
                        {
                            "fontFamily": "\"Fira Sans\"",
                            "fontStyle": "italic",
                            "fontWeight": "400",
                            "src": [
                                "file:./assets/fonts/fira-sans-400-italic.woff2"
                            ]
                        },
                        {
                            "fontFamily": "\"Fira Sans\"",
                            "fontStyle": "normal",
                            "fontWeight": "400",
                            "src": [
                                "file:./assets/fonts/fira-sans-400-normal.woff2"
                            ]
                        },
                        {
                            "fontFamily": "\"Fira Sans\"",
                            "fontStyle": "italic",
                            "fontWeight": "700",
                            "src": [
                                "file:./assets/fonts/fira-sans-700-italic.woff2"
                            ]
                        },
                        {
                            "fontFamily": "\"Fira Sans\"",
                            "fontStyle": "normal",
                            "fontWeight": "700",
                            "src": [
                                "file:./assets/fonts/fira-sans-700-normal.woff2"
                            ]
                        },
                        {
                            "fontFamily": "\"Fira Sans\"",
                            "fontStyle": "italic",
                            "fontWeight": "900",
                            "src": [
                                "file:./assets/fonts/fira-sans-900-italic.woff2"
                            ]
                        },
                        {
                            "fontFamily": "\"Fira Sans\"",
                            "fontStyle": "normal",
                            "fontWeight": "900",
                            "src": [
                                "file:./assets/fonts/fira-sans-900-normal.woff2"
                            ]
                        }
                    ],
                    "fontFamily": "\"Fira Sans\", sans-serif",
                    "name": "Fira Sans",
                    "slug": "fira-sans"
                }
            ],
            "fontSizes": [
                {
                    "fluid": false,
                    "size": "0.875rem",
                    "slug": "xs"
                },
                {
                    "fluid": false,
                    "size": "1rem",
                    "slug": "sm"
                },
                {
                    "fluid": false,
                    "size": "1.125rem",
                    "slug": "base"
                },
                {
                    "fluid": false,
                    "size": "1.25rem",
                    "slug": "lg"
                },
                {
                    "fluid": {
                        "max": "1.5rem",
                        "min": "1.25rem"
                    },
                    "size": "1.5rem",
                    "slug": "xl"
                },
                {
                    "fluid": {
                        "max": "1.75rem",
                        "min": "1.5rem"
                    },
                    "size": "1.75rem",
                    "slug": "xxl"
                },
                {
                    "fluid": {
                        "max": "2rem",
                        "min": "1.75rem"
                    },
                    "size": "2rem",
                    "slug": "xxxl"
                },
                {
                    "fluid": {
                        "max": "3rem",
                        "min": "2rem"
                    },
                    "size": "3rem",
                    "slug": "xxxxl"
                }
            ]
        },
        "useRootPaddingAwareAlignments": true
    },
    "styles": {
        "blocks": {
            "core/button": {
                "border": {
                    "radius": "0"
                },
                "elements": {
                    "link": {
                        "border": {
                            "radius": "0"
                        }
                    }
                },
                "css": "header & { white-space: nowrap !important; }"
            },
            "core/comment-author-name": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        }
                    }
                }
            },
            "core/comments-pagination": {
                "border": {
                    "top": {
                        "color": "var(--wp--preset--color--light-gray)",
                        "style": "solid",
                        "width": "1px"
                    }
                }
            },
            "core/comments-pagination-previous": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        }
                    }
                }
            },
            "core/comments-pagination-next": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        }
                    }
                }
            },
            "core/heading": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "underline"
                        }
                    }
                },
                "typography": {
                    "lineHeight": "1.2"
                }
            },
            "core/navigation": {
                "elements": {
                    "link": {
                        ":hover": {
                            "typography": {
                                "textDecoration": "none"
                            }
                        },
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        },
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                }
            },
            "core/paragraph": {
                "color": {
                    "text": "var(--wp--preset--color--primary-text)"
                }
            },
            "core/post-author": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--sm)"
                },
                "color": {
                    "text": "var(--wp--preset--color--primary-text)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--primary-text)"
                        }
                    }
                }
            },
            "core/post-date": {
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--sm)"
                },
                "color": {
                    "text": "var(--wp--preset--color--primary-text)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--primary-text)"
                        }
                    }
                }
            },
            "core/post-terms": {
                "color": {
                    "text": "var(--wp--preset--color--primary)"
                },
                "elements": {
                    "link": {
                        ":hover": {
                            "color": {
                                "text": "var(--wp--preset--color--secondary)"
                            }
                        },
                        "color": {
                            "text": "var(--wp--preset--color--primary)"
                        }
                    }
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--sm)",
                    "fontStyle": "normal",
                    "fontWeight": "700",
                    "textDecoration": "none",
                    "textTransform": "uppercase"
                }
            },
            "core/post-title": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                },
                "typography": {
                    "lineHeight": "1.2"
                }
            },
            "core/pullquote": {
                "color": {
                    "background": "var(--wp--preset--color--primary)",
                    "text": "var(--wp--preset--color--primary-accent)"
                },
                "elements": {
                    "cite": {
                        "typography": {
                            "fontSize": "var(--wp--preset--font-size--base)"
                        }
                    },
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--primary-accent)"
                        }
                    }
                },
                "spacing": {
                    "padding": {
                        "bottom": "var(--wp--preset--spacing--60)",
                        "left": "var(--wp--preset--spacing--70)",
                        "right": "var(--wp--preset--spacing--70)",
                        "top": "var(--wp--preset--spacing--60)"
                    }
                },
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--fira-sans)",
                    "fontStyle": "normal",
                    "fontWeight": "400"
                }
            },
            "core/read-more": {
                "variations": {
                    "button": {
                        "color": {
                            "background": "var(--wp--preset--color--primary)",
                            "text": "var(--wp--preset--color--primary-accent)"
                        },
                        "css": "& { white-space: nowrap; } &:hover { background-color: var(--wp--preset--color--secondary) !important; color: var(--wp--preset--color--secondary-accent) !important; } &:focus { background-color: var(--wp--preset--color--secondary) !important; color: var(--wp--preset--color--secondary-accent) !important; }",
                        "spacing": {
                            "padding": {
                                "bottom": "var(--wp--preset--spacing--30)",
                                "left": "var(--wp--preset--spacing--50)",
                                "right": "var(--wp--preset--spacing--50)",
                                "top": "var(--wp--preset--spacing--30)"
                            }
                        },
                        "typography": {
                            "fontFamily": "var(--wp--preset--font-family--fira-sans)",
                            "fontSize": "var(--wp--preset--font-size--sm)",
                            "fontWeight": "700"
                        }
                    }
                }
            },
            "core/query-pagination": {
                "border": {
                    "top": {
                        "color": "var(--wp--preset--color--light-gray)",
                        "style": "solid",
                        "width": "1px"
                    }
                }
            },
            "core/query-pagination-previous": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        }
                    }
                }
            },
            "core/query-pagination-next": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "elements": {
                    "link": {
                        "color": {
                            "text": "var(--wp--preset--color--secondary)"
                        }
                    }
                }
            },
            "core/separator": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                }
            },
            "core/site-title": {
                "elements": {
                    "link": {
                        "typography": {
                            "textDecoration": "none"
                        }
                    }
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--base)",
                    "fontWeight": "700"
                }
            },
            "core/social-links": {
                "typography": {
                    "fontSize": "20px"
                }
            },
            "hiring-center/query-loop-filtering-container": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                }
            }
        },
        "color": {
            "text": "var(--wp--preset--color--primary-text)"
        },
        "elements": {
            "button": {
                ":focus": {
                    "color": {
                        "background": "var(--wp--preset--color--secondary)",
                        "text": "var(--wp--preset--color--secondary-accent)"
                    }
                },
                ":hover": {
                    "color": {
                        "background": "var(--wp--preset--color--secondary)",
                        "text": "var(--wp--preset--color--secondary-accent)"
                    }
                },
                "border": {
                    "radius": {
                        "bottomLeft": 0,
                        "bottomRight": 0,
                        "topLeft": 0,
                        "topRight": 0
                    }
                },
                "color": {
                    "background": "var(--wp--preset--color--primary)",
                    "text": "var(--wp--preset--color--primary-accent)"
                },
                "spacing": {
                    "padding": {
                        "bottom": "var(--wp--preset--spacing--30)",
                        "left": "var(--wp--preset--spacing--50)",
                        "right": "var(--wp--preset--spacing--50)",
                        "top": "var(--wp--preset--spacing--30)"
                    }
                },
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--fira-sans)",
                    "fontSize": "var(--wp--preset--font-size--sm)",
                    "fontWeight": "700"
                }
            },
            "caption": {
                "color": {
                    "text": "var(--wp--preset--color--primary-text)"
                },
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--fira-sans)",
                    "fontSize": "var(--wp--preset--font-size--xs)",
                    "fontStyle": "italic"
                }
            },
            "h1": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--xxxxl)",
                    "fontWeight": "700"
                }
            },
            "h2": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--xxxl)",
                    "fontWeight": "700"
                }
            },
            "h3": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--xxl)",
                    "fontWeight": "700"
                }
            },
            "h4": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--xl)",
                    "fontWeight": "700"
                }
            },
            "h5": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--lg)",
                    "fontWeight": "700"
                }
            },
            "h6": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontSize": "var(--wp--preset--font-size--base)",
                    "fontWeight": "700"
                }
            },
            "heading": {
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--fira-sans)",
                    "fontWeight": "700"
                }
            },
            "link": {
                ":hover": {
                    "typography": {
                        "textDecoration": "none"
                    }
                },
                "color": {
                    "text": "var(--wp--preset--color--secondary)"
                },
                "typography": {
                    "fontFamily": "var(--wp--preset--font-family--fira-sans)",
                    "textDecoration": "underline"
                }
            }
        },
        "spacing": {
            "padding": {
                "left": "var(--wp--preset--spacing--50)",
                "right": "var(--wp--preset--spacing--50)"
            }
        },
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--fira-sans)",
            "fontSize": "var(--wp--preset--font-size--base)",
            "lineHeight": "1.4"
        }
    },
    "templateParts": [
        {
            "area": "uncategorized",
            "name": "application-process",
            "title": "Application process"
        },
        {
            "area": "uncategorized",
            "name": "benefits",
            "title": "Benefits"
        },
        {
            "area": "uncategorized",
            "name": "comments",
            "title": "Comments"
        },
        {
            "area": "uncategorized",
            "name": "employee-quote",
            "title": "Employee quote"
        },
        {
            "area": "footer",
            "name": "footer",
            "title": "Footer"
        },
        {
            "area": "uncategorized",
            "name": "further-reading",
            "title": "Further reading"
        },
        {
            "area": "header",
            "name": "header",
            "title": "Header"
        },
        {
            "area": "uncategorized",
            "name": "headline",
            "title": "Headline"
        },
        {
            "area": "uncategorized",
            "name": "links",
            "title": "Links"
        },
        {
            "area": "uncategorized",
            "name": "open-vacancies",
            "title": "Open vacancies"
        },
        {
            "area": "uncategorized",
            "name": "open-vacancies-short",
            "title": "Open vacancies (short)"
        },
        {
            "area": "uncategorized",
            "name": "post-loop-1-column",
            "title": "Post loop, 1 column"
        },
        {
            "area": "uncategorized",
            "name": "post-loop-2-columns",
            "title": "Post loop, 2 columns"
        },
        {
            "area": "uncategorized",
            "name": "teams-and-departments",
            "title": "Teams and departments"
        },
        {
            "area": "uncategorized",
            "name": "we-are-hiring",
            "title": "We are hiring"
        },
        {
            "area": "uncategorized",
            "name": "we-love-what-we-do",
            "title": "We love what we do"
        }
    ],
    "version": 3,
    "$schema": "https://schemas.wp.org/wp/6.6/theme.json"
}
