@charset "utf-8";
@import "font.css";
:root{
    --engFont:'SmalltalkSansBold';
    --korFont:'DungGeunMo';
    --engDescFont:'Montserrat';
    --korDescFont:'Pretendard';
    --backgroundColor: linear-gradient(to bottom, #C2E8FB, #fff);
    --titleColor: #F3DCEB;
    --textColor: #292929;
}
/* reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #292929;
}
