/* Google Identity branding: https://developers.google.com/identity/branding-guidelines */
@font-face{font-family:GoogleSignin;src:url('/assets/GoogleSans-Medium.ttf');font-style:normal;font-weight:500;font-display:swap}
body button.google-signin,body button[data-oauth="google"]{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:40px;max-width:100%;padding:10px 12px;border:1px solid #747775;border-radius:4px;background:#fff;color:#1f1f1f;font:500 14px/20px GoogleSignin,Arial,sans-serif;letter-spacing:.25px;text-transform:none;box-shadow:none;cursor:pointer;transition:background-color .15s,box-shadow .15s}
body button.google-signin::before,body button[data-oauth="google"]::before{content:"";display:block;flex:0 0 20px;width:20px;height:20px;background:url('/assets/google-g.png') center/contain no-repeat}
body button.google-signin:hover,body button[data-oauth="google"]:hover{background:#f8faff;border-color:#747775;box-shadow:0 1px 2px #3c40434d}
body button.google-signin:focus-visible,body button[data-oauth="google"]:focus-visible{outline:3px solid #4285f4;outline-offset:3px}
body button.google-signin:disabled,body button[data-oauth="google"]:disabled{opacity:.55;cursor:default;box-shadow:none}
