@charset "UTF-8";
/* =========================================================================
 *  UreroR Default Blue Theme Token List
 * ========================================================================= */

:root {
    /* Background Colors */
    --theme-bg-grey: #F7F7F7;
    --theme-bg-grey-secondary: #EFEFEF;
    --theme-bg-blue-grey: #96A8B9;

    /* Line Colors */
    --theme-line-primary: #DDDDDD;

    /* Accent & Brand Colors */
    --theme-color-primary: #24B3E5;    /* 메인 하늘/파랑 */
    --theme-color-secondary: #007BC7;  /* 중간 파랑 */
    --theme-color-third: #045A8F;      /* 진한 파랑 */
    --theme-color-solid: #FF7922;      /* 포인트 주황 */
    --theme-color-darkblue: #04243F;   /* 네이비 블랙 */
    --theme-color-red: #FF1616;        /* 레드 경고 */

    /* Border Radius */
    --theme-border-radius-xs: 2px;
    --theme-border-radius-sm: 4px;
    --theme-border-radius-md: 10px;
    --theme-border-radius-lg: 12px;
    --theme-border-radius-pill: 9999px;
    --theme-border-radius-full: 50%;

    /* Font Family */
    --theme-font-family-body: "Noto Sans KR", "Malgun Gothic", "맑은고딕", sans-serif;
}
