.bgPink {
  background-color: #e06c81; }

.bgOrange {
  background-color: #f66e02; }

.txtPrimary {
  color: #000000; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type=file] {
  box-sizing: border-box;
  min-height: 32px;
  cursor: pointer;
  filter: alpha(opacity=0); }
  input[type=file]::-webkit-file-upload-button {
    opacity: 0;
    width: 0;
    position: absolute;
    background-color: #000000;
    padding: 2px 0 0 0;
    outline: none; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

/*# sourceMappingURL=styles.css.map */
