/*common*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

:root{
    --main-c : #151515;
    --point-c : #4A6E7D;
    --gold-c : #E4C984;
	--color-point:#007da5;
    --font-serif : 'Noto Serif KR', serif;;
    --font-en : "Cormorant Garamond", serif;
    --gap: 20px;
    --gradient1 : rgba(21, 21, 21, 0.6);
    --gradient2 : rgba(21, 21, 21, 0.4);
}



