{
  "name": "Yodel Direct",
  "mui": {
    "palette": {
      "primary": {
        "main": "#1d1d1d"
      },
      "secondary": {
        "main": "#1d1d1d"
      },
      "background": {
        "default": "#ffffff"
      },
      "text": {
        "primary": "#1d1d1d"
      },
      "info": {
        "main": "#8e8e8e"
      }
    },
    "typography": {
      "fontFamily": "Mulish, Roboto, Arial, sans-serif",
      "body1": {
        "color": "#464646",
        "fontSize": "17px",
        "lineHeight": 1.6,
        "letterSpacing": "0.2px"
      },
      "body2": {
        "color": "#ffffff",
        "fontSize": "17px",
        "lineHeight": 1.6,
        "letterSpacing": "0.2px"
      },
      "h1": {
        "color": "#1d1d1d",
        "fontSize": "34px",
        "fontWeight": 700,
        "lineHeight": 1.2,
        "fontFamily": "Mulish, Roboto, Arial, sans-serif",
        "margin": "0.67em 0"
      },
      "h2": {
        "color": "#1d1d1d",
        "fontSize": "29px",
        "fontWeight": 700
      },
      "h3": {
        "color": "#1d1d1d",
        "fontSize": "25.5px",
        "fontWeight": 700,
        "lineHeight": 1.2,
        "fontFamily": "Mulish, Roboto, Arial, sans-serif",
        "marginTop": "27px",
        "marginBottom": "13.5px"
      },
      "h4": {
        "color": "#1d1d1d",
        "fontSize": "24px",
        "fontWeight": 700,
        "lineHeight": 1.67,
        "fontFamily": "Mulish, Roboto, Arial, sans-serif"
      },
      "h5": {
        "color": "#1d1d1d",
        "fontWeight": "bold",
        "fontSize": "1.2rem"
      },
      "h6": {
        "color": "#1d1d1d"
      },
      "subtitle1": {
        "color": "#1d1d1d",
        "fontSize": "20px"
      },
      "subtitle2": {
        "color": "#1d1d1d"
      }
    },
    "overrides": {
      "MuiCssBaseline": {
        "@global": {
          "@font-face": [
            {
              "fontFamily": "Mulish",
              "src": "url(https://www.yodeldirect.co.uk/~/fonts/Muli-VariableFont_wght.ttf) format('truetype');",
              "fontDisplay": "swap"
            }
          ]
        }
      },
      "MuiAppBar": {
        "root": {
          "height": "auto",
          "borderBottom": "solid #1d1d1d 1px",
          "boxShadow": "none",
          "& .MuiToolbar-regular": {
            "minHeight": "auto",
            "@media (min-width:1200px)": {
              "padding": "0 58px 0 67px"
            },
            "& > div": {
              "display": "flex",
              "flexGrow": 1,
              "justifyContent": "flex-end",
              "alignItems": "center"
            },
            "& .p2g-navigation-top-item img": {
              "height": "25px",
              "marginTop": "-5px",
              "marginLeft": "5px"
            }
          },
          "@media (max-width:600px)": {
            "justifyContent": "center"
          },
          "&.p2g-header": {
            "& .p2g-navigation.xs": {
              "& > div:not(:last-child)": {
                "marginRight": "16px"
              },
              "& .p2g-icon": {
                "paddingTop": "8px"
              }
            }
          }
        }
      },
      "MuiButton": {
        "root": {
          "padding": "14px 20px",
          "fontSize": "17px",
          "fontWeight": "bold",
          "lineHeight": 1.33,
          "borderRadius": "0px",
          "textTransform": "none"
        },
        "contained": {
          "boxShadow": "none"
        },
        "containedPrimary": {
          "backgroundColor": "#FFCC05",
          "color": "#1d1d1d",
          "&:hover, &:focus, &:active": {
            "backgroundColor": "#FFE243",
            "boxShadow": "none"
          }
        },
        "containedSecondary": {
          "backgroundColor": "#fefefe",
          "color": "#1d1d1d",
          "border": "solid #1d1d1d 2px",
          "&:hover, &:focus, &:active": {
            "backgroundColor": "#1d1d1d",
            "boxShadow": "none",
            "color": "#1d1d1d"
          }
        }
      },
      "MuiPaper": {
        "root": {
          "color": "#8e8e8e"
        }
      },
      "MuiContainer": {
        "root": {
          "& .p2g-myaccount-content": {
            "& .p2g-alert": {
              "&  p.p2g-text.MuiTypography-body1": {
                "color": "#000",
                "marginBottom": "0px"
              },
              "& a.p2g-link": {
                "color": "#1d1d1d"
              }
            }
          },
          "&.p2g-footer-container": {
            "& .p2g-footer-section": {
              "@media (min-width:600px)": {
                "width": "50%"
              },
              "@media (min-width:900px)": {
                "width": "25%"
              }
            },
            "& h4": {
              "fontSize": "24px",
              "lineHeight": "40px",
              "fontFamily": "Mulish, Roboto, Arial, sans-serif",
              "fontWeight": 500,
              "@media (min-width:900px)": {
                "height": "75px"
              }
            },
            "& .p2g-divider": {
              "backgroundColor": "#fefefe",
              "margin": "40px 0px 24px"
            },
            "& .p2g-image": {
              "paddingRight": "10px"
            },
            "& img[alt=\"google-play\"], & img[alt=\"apple-app-store\"]": {
              "width": "10em",
              "height": "53px",
              "&[style]": {
                "maxWidth": "none !important"
              }
            },
            "& #apps": {
              "marginTop": "99px",
			  "@media (max-width:900px)": {
                "marginTop": "65px"
              },
              "& .MuiGrid-container": {
                "@media (max-width:600px)": {
                  "justifyContent": "center"
                }
              }
            }
          },
          "& .p2g-full-footer-section .p2g-text": {
            "color": "#7f7f7f"
          }
        }
      },
      "MuiGrid": {
        "root": {
          "& .p2g-text": {
            "color": "#1d1d1d"
          },
          "& .p2g-alert .p2g-text": {
            "color": "#fefefe"
          },
          "& .p2g-alert .p2g-link": {
            "fontWeight": 400
          },
          "& .p2g-tracking-stage-image": {
            "display": "none"
          },
          "& .p2g-service-logo": {
            "maxHeight": "150px",
            "padding": "12px"
          },
          "& .p2g-icon": {
            "stroke": "#1d1d1d"
          }
        }
      },
      "MuiStepper": {
        "root": {
          "border": 0,
          "& .MuiStepIcon-root": {
            "display": "none"
          },
          "& .MuiStepLabel-iconContainer::after": {
            "content": "''",
            "marginRight": "4px",
            "marginLeft": "0px",
            "borderStyle": "solid",
            "borderWidth": "1px",
            "borderColor": "#1d1d1d",
            "color": "#fff",
            "width": "24px",
            "height": "24px",
            "borderRadius": "50%"
          },
          "& .p2g-step-completed .MuiStepLabel-iconContainer::after": {
            "background": "#1d1d1d"
          },
          "& .p2g-step-active .MuiStepLabel-iconContainer::after": {
            "marginRight": "3px",
            "width": "29px",
            "height": "29px",
            "marginLeft": "-2px",
            "background": "url(\"https://content.parcelsolutions.net/5a6d07a6-c761-4cf1-bdc7-8a0d65a6281c/icons/tracking-stage-icon.svg\") no-repeat center",
            "backgroundColor": "#1d1d1d"
          },
          "& .MuiStepIcon-root .MuiStepIcon-completed": {
            "color": "#1d1d1d",
            "background": "#1d1d1d"
          },
          "& .MuiStepIcon-root .MuiStepIcon-active": {
            "color": "#1d1d1d",
            "width": "26px",
            "height": "26px",
            "paddingLeft": "0px",
            "transform": "scale(1.2)"
          },
          "& .MuiStepLabel-label": {
            "color": "#1d1d1d",
            "margin": "0px",
            "lineHeight": 1.2
          },
          "& .MuiStepLabel-label.MuiStepLabel-completed": {
            "color": "#1d1d1d",
            "fontSize": "17px",
            "fontWeight": "normal",
            "lineHeight": 1.2,
            "margin": "0px"
          },
          "& .MuiStepLabel-label.MuiStepLabel-active": {
            "color": "#1d1d1d",
            "fontSize": "20px",
            "fontWeight": 500,
            "lineHeight": 1.2,
            "margin": "0px"
          },
          "& .MuiStepConnector-vertical": {
            "padding": "0px;",
            "&::before": {
              "padding": "0px;"
            }
          },
          "& .MuiStepContent-root": {
            "marginTop": "0px;"
          }
        }
      },
      "MuiStepConnector": {
        "lineVertical": {
          "borderLeft": "solid 1px #0c2c6d"
        }
      },
      "MuiTypography": {
        "body1": {
          "margin": "0 0 13.5px"
        },
        "body2": {
          "margin": "0 0 13.5px"
        },
        "h3": {
          "&.p2g-tracking-stage-title": {
            "color": "#1d1d1d"
          },
          "fontFamily": "Mulish, Roboto, Arial, sans-serif"
        },
        "h1": {
          "fontFamily": "Mulish, Roboto, Arial, sans-serif"
        },
        "h2": {
          "fontFamily": "Mulish, Roboto, Arial, sans-serif"
        },
        "h4": {
          "fontFamily": "Mulish, Roboto, Arial, sans-serif"
        },
        "h5": {
          "fontFamily": "Mulish, Roboto, Arial, sans-serif"
        },
        "root": {
          "&.p2g-tracking-loading-message, &.p2g-tracking-errortext": {
            "textAlign": "center",
            "display": "block",
            "margin": "auto"
          }
        }
      },
      "MuiTextField": {
        "root": {
          "& label.Mui-focused": {
            "color": "#1d1d1d"
          },
          "& .MuiOutlinedInput-root": {
            "& fieldset": {
              "borderColor": "#cccccc"
            },
            "&.Mui-focused fieldset": {
              "borderColor": "#1d1d1d"
            }
          }
        }
      }
    }
  },
  "p2g": {
    "logo": "https://content.parcelsolutions.net/5a6d07a6-c761-4cf1-bdc7-8a0d65a6281c/yodeldirect_by_inpost-black.svg",
    "siteName": "YodelDirect.com",
    "cdnRoot": "https://content.parcelsolutions.net",
    "cdnApplicationId": "5a6d07a6-c761-4cf1-bdc7-8a0d65a6281c",
    "websiteRoot": "https://www.yodeldirect.co.uk",
    "header": {
      "root": {
        "backgroundColor": "#ffffff",
        "minHeight": "70px"
      },
      "links": {
        "color": "#1d1d1d",
        "fontSize": "18px",
        "fontWeight": 700,
        "lineHeight": "27px",
        "padding": "20px 0px 7px",
        "margin": "3px 18px 10px",
        "&:hover, &:focus, &:active": {
          "textDecoration": "none",
          "padding": "20px 0px 5px",
          "borderBottom": "2px solid #1d1d1d"
        }
      },
      "logo": {
        "maxHeight": "55px",
        "marginTop": "5px"
      },
      "logoSmall": {
        "maxHeight": "40px"
      },
      "section": {},
      "sectionLink": {},
      "sectionIcon": {},
      "sectionTitle": {},
      "sectionFooter": {}
    },
    "footer": {
      "root": {
        "backgroundColor": "#000000",
        "color": "#fefefe",
        "padding": "60px 0px 30px"
      },
      "links": {
        "color": "#fefefe"
      },
      "header": {},
      "section": {}
    },
    "lists": {
      "ul": {
        "root": {},
        "item": {}
      },
      "ol": {
        "root": {},
        "item": {}
      }
    },
    "input": {},
    "hero": {
      "root": {},
      "image": {}
    }
  }
}