/* BDS v6.13.6 — Satoshi typography + login alignment */
@font-face{
  font-family:'Satoshi';
  src:url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-style:normal;
  font-weight:300 900;
  font-display:swap;
}
@font-face{
  font-family:'Satoshi';
  src:url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-style:italic;
  font-weight:300 900;
  font-display:swap;
}
html,body,button,input,select,textarea{font-family:'Satoshi',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
body{font-weight:400}
h1,h2,h3,h4,h5,h6,strong,b{font-family:'Satoshi',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
button,.btn,.icon-btn,input,select,textarea{font-family:'Satoshi',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.login-panel-v613 header{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
  text-align:center;
}
.login-panel-v613 header h1{
  width:100%;
  text-align:center;
}
.login-panel-v613 header p{
  display:block;
  width:min(100%,390px);
  max-width:390px;
  margin:0 auto;
  text-align:center;
  text-wrap:balance;
}
@media(max-width:620px){
  .login-panel-v613 header p{width:min(100%,330px);max-width:330px;line-height:1.55}
}
