@charset "utf-8";
@import url('reset.css');
@import url('font.css');

/* Info
 ========================================================================== */
/**
 * 1. Writer: Hyerin Lim (Weaverloft Corp.)
 * 2. Production Date: 2026-02-03
 * 3. Client: 위버로프트
 * 4. Homepage : https://weaverloft.com/
 */

:root {
    --point-color: #05AC4B;
    --balck-bg-color: #0B0E0E;
}

/*========== Common ==========*/
body { font-family: 'SUIT', 'Google Sans Flex', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; color: #000; letter-spacing: -0.03em; font-optical-sizing:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;  font-variation-settings:"GRAD" -50; }
a { color: inherit;}
strong, b { font-weight: 700;}
:focus-visible { outline: 2px solid #000; outline-offset: 2px;}
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;}
.input, .select, .textarea { width: 100%; min-height: 40px; padding: 0 12px; border: 1px solid #ddd; border-radius: 4px;}
.font-kr { font-family: 'SUIT', 'Google Sans Flex', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;}
.font-en { font-family: 'Google Sans Flex', 'SUIT', sans-serif;}
.hidden{display: none;}


/*========== Input ==========*/



/*========== Select ==========*/



/*========== Btn ==========*/


