.MuiTypography-root {
    margin: 0;
}
.MuiTypography-body2 {
    font-size: 0.75rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
}
.MuiTypography-body1 {
    font-size: 0.8571428571428571rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}
.MuiTypography-caption {
    font-size: 0.6428571428571428rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
}
.MuiTypography-button {
    font-size: 0.75rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}
.MuiTypography-h1 {
    font-size: 5.142857142857142rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.167;
    letter-spacing: -0.01562em;
}
.MuiTypography-h2 {
    font-size: 3.214285714285714rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.00833em;
}
.MuiTypography-h3 {
    font-size: 2.571428571428571rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.167;
    letter-spacing: 0em;
}
.MuiTypography-h4 {
    font-size: 1.8214285714285714rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
}
.MuiTypography-h5 {
    font-size: 1.2857142857142856rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.334;
    letter-spacing: 0em;
}
.MuiTypography-h6 {
    font-size: 1.0714285714285714rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
}
.MuiTypography-subtitle1 {
    font-size: 0.8571428571428571rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.00938em;
}
.MuiTypography-subtitle2 {
    font-size: 0.75rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.00714em;
}
.MuiTypography-overline {
    font-size: 0.6428571428571428rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 2.66;
    letter-spacing: 0.08333em;
    text-transform: uppercase;
}
.MuiTypography-srOnly {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}
.MuiTypography-alignLeft {
    text-align: left;
}
.MuiTypography-alignCenter {
    text-align: center;
}
.MuiTypography-alignRight {
    text-align: right;
}
.MuiTypography-alignJustify {
    text-align: justify;
}
.MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.MuiTypography-gutterBottom {
    margin-bottom: 0.35em;
}
.MuiTypography-paragraph {
    margin-bottom: 16px;
}
.MuiTypography-colorInherit {
    color: inherit;
}
.MuiTypography-colorPrimary {
    color: #353949;
}
.MuiTypography-colorSecondary {
    color: #ffba01;
}
.MuiTypography-colorTextPrimary {
    color: rgba(0, 0, 0, 0.87);
}
.MuiTypography-colorTextSecondary {
    color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-colorError {
    color: #f44336;
}
.MuiTypography-displayInline {
    display: inline;
}
.MuiTypography-displayBlock {
    display: block;
}