@import url('/fonts/font.css');
/* Existing Findzy brand tokens, without the application-wide legacy selectors. */
:root { --color-primary:#0c111a; --color-secondary:#141b27; --background-color:#0a0f18; --text-main:#eaf0ff; --text-secondary:#a9b7d1; --main-color:#47c8ff; --link-active:#47c8ff; --link-active-secondary:#7be0ff; --button-color:#1b2433; --border-color-secondary:rgba(255,255,255,.12); --bg-shadow-blue:rgba(71,200,255,.45); }
* { box-sizing:border-box; }
body { margin:0; }
a { text-decoration:none; }
img { max-width:100%; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
[hidden] { display:none !important; }
:target { scroll-margin-top:9rem; }
