@charset "UTF-8";

/* responsive */
@font-face {
  font-family: "responsive";
  src:url("https://file.myfontastic.com/9pSFD8hZVR2AYCYn8LTi5c/fonts/1694487708.eot");
  src:url("https://file.myfontastic.com/9pSFD8hZVR2AYCYn8LTi5c/fonts/1694487708.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/9pSFD8hZVR2AYCYn8LTi5c/fonts/1694487708.woff") format("woff"),
    url("https://file.myfontastic.com/9pSFD8hZVR2AYCYn8LTi5c/fonts/1694487708.ttf") format("truetype"),
    url("https://file.myfontastic.com/9pSFD8hZVR2AYCYn8LTi5c/fonts/1694487708.svg#1694487708") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "responsive" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="login-button-"]:before,
[class*=" login-button-"]:before {
  font-family: "responsive" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login-button-twitter:before {
  content: "\f304";
}
