/* toms/static/css/common.css  */

/* 폰트  */
@font-face {
    font-family: 'THE푸딩W';
    src: url('/static/fonts/THEPuddingW.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '타이포_헬로피오피_테두리B';
    src: url('/static/fonts/Typo_HelloPOPOutlineB.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: '타이포_쌍문동_B';
    src: url('/static/fonts/Typo_SsangmunDong_B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HY헤드라인M';
    src: url('/static/fonts/H2HDRM.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* 모달 메세지 동적 애니메이션 */
@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -60%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}


