@font-face {
  font-family: ProximaNova;
  font-weight: 400;
  src: local("ProximaNova"), url(fonts/regular.woff2) format("woff2");
}

@font-face {
  font-family: ProximaNova;
  font-weight: 500;
  src: local("ProximaNova"), url(fonts/medium.woff2) format("woff2");
}

@font-face {
  font-family: ProximaNova;
  font-weight: 600;
  src: local("ProximaNova"), url(fonts/bold.woff2) format("woff2");
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ProximaNova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  width: 100%;
}

#main {
  max-width: 480px;
  margin: 0 auto;
  padding: 16px;
}

#url-input {
  width: 100%;
  font-size: 24px;
  border-left: none;
  border-right: none;
  border-top: none;
}

#deeplink-button {
  margin-top: 32px;
  font-size: 28px;
  padding: 8px 32px;
  background: #fc8018;
  border: none;
  color: white;
}

#deeplink-button:disabled {
  background: #9a9a9a;
  color: white;
}
