
/* =========================================================
   AHA WEB — SELECTION
========================================================= */

::selection {
    background: var(--aha-primary);
    color: #ffffff;
}

::-moz-selection {
    background: var(--aha-primary);
    color: #ffffff;
}


/* =========================================================
   AHA WEB — CURSOR
   데스크톱 마우스 환경에서만 적용
========================================================= */

@media (hover: hover) and (pointer: fine) {

    html,
    body {
        cursor:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 2.5L19.5 14.1L12.1 15.2L8.6 22L3.5 2.5Z' fill='%23ffffff' stroke='%237c67ff' stroke-width='1.4' stroke-linejoin='round'/%3E%3C/svg%3E")
            3 2,
            auto;
    }


    a,
    button,
    label,
    summary,
    [role="button"],
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    input[type="checkbox"],
    input[type="radio"],
    .swiper-button-next,
    .swiper-button-prev {
        cursor:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath d='M9 11V5.5C9 4.67 9.67 4 10.5 4S12 4.67 12 5.5V10h.5V3.5C12.5 2.67 13.17 2 14 2s1.5.67 1.5 1.5V10h.5V5.5C16 4.67 16.67 4 17.5 4S19 4.67 19 5.5V12h.5V8.5C19.5 7.67 20.17 7 21 7s1.5.67 1.5 1.5V14c0 4.42-3.58 8-8 8h-1.2c-2.13 0-4.17-.85-5.67-2.35L2.44 14.46a1.5 1.5 0 0 1 2.12-2.12L9 16.78V11Z' fill='%23ffffff' stroke='%237c67ff' stroke-width='1.15' stroke-linejoin='round'/%3E%3C/svg%3E")
            9 5,
            pointer;
    }

}
