.button{font-family:Roboto,sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:.5em .6em;font-size:1rem;border-radius:var(--control-radius);cursor:pointer;transition:background-color .2s ease,color .2s ease,border .2s ease;-webkit-user-select:none;user-select:none;text-transform:uppercase;font-weight:400;min-width:64px}.button.fullWidth{width:100%}.button.solid{background-color:var(--btn-bg);color:var(--btn-text);border:1px solid var(--btn-bg, --text-color)}.button.solid.primary{background-color:var(--highlight-bg-color);color:var(--highlight-fg-color);border-color:var(--highlight-bg-color)}.button.solid:hover{opacity:.85}.button.solid:active{opacity:.7}.button.outlined{background-color:transparent;color:var(--btn-text, --text-color);border:1px solid var(--btn-bg, --text-color);box-sizing:border-box}.button.outlined.primary{border-color:var(--highlight-bg-color);color:var(--highlight-bg-color)}.button.outlined:hover{opacity:.85}.button.outlined:active{opacity:.7}.button.text{background-color:transparent;color:var(--btn-text, --text-color);font-weight:700;border:none}.button.text.primary{color:var(--highlight-bg-color)}.button.text.inherit{color:inherit}.button.text:hover{opacity:.85}.button.text:active{opacity:.7}.button.xs{font-size:.75rem;padding:.3em .4em}.button.sm{font-size:.875rem;padding:.3em .4em}.button.md{font-size:1rem}.button.lg{font-size:1.125rem}.button.xl{font-size:1.25rem}.button:disabled,.button.disabled{cursor:not-allowed;pointer-events:none}.button.solid:disabled{background-color:#eeeeed;color:#6b6b6b}.button.outlined:disabled{border-color:#eeeeed;color:#6b6b6b}.button:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.button.outlined.inherit{color:inherit;border-color:currentColor}.button.solid.inherit{color:inherit}.button.error{color:var(--error-color);border-color:var(--error-color)}.button.outlined.error:hover{background-color:#b3261e1a;border-color:var(--error-color)}.button.outlined.error:active{background-color:#b3261e33}.typography{font-family:Roboto,Helvetica,Arial sans-serif;margin:0;padding:0;color:var(--text-color, #2e313d)}.typography-h1{font-size:2rem;font-weight:700}.typography-h2{font-size:1.5rem;font-weight:600}.typography-h3{font-size:1.35rem;font-weight:600}.typography-h4{font-size:1.2rem;font-weight:500}.typography-h5{font-size:1.1rem;font-weight:500}.typography-h6{font-size:1rem;font-weight:500}.typography-subtitle1{font-size:1rem;font-weight:400}.typography-subtitle2{font-size:.875rem;font-weight:400}.typography-body1{font-size:1rem;font-weight:400}.typography-body2{font-size:.875rem;font-weight:400}.typography-caption{font-size:.75rem;font-weight:400}.typography-overline{font-size:.75rem;font-weight:400;text-transform:uppercase}.typography-align-left{text-align:left}.typography-align-center{text-align:center}.typography-align-right{text-align:right}.typography-align-justify{text-align:justify}.typography-color-inherit{color:inherit}.typography-color-primary{color:var(--highlight-bg-color, #0a5c9c)}.typography-color-secondary{color:#dc004e}.typography-color-textPrimary{color:var(--text-color, #2e313d)}.typography-color-textSecondary{color:var(--text-color, #2e313d);opacity:.54}.typography-color-error{color:var(--error-color, #b3261e)}.typography-gutterBottom{margin-bottom:.35em}.typography-noWrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.typography-paragraph{margin-bottom:16px}
