:root {
    --AccentColor: #6E8FEF;
	--AccentColor2: #24408E;
}


:root {
    --HeaderLink: #6E8FEF;
	--HeaderLinkLine: #13aff0;
}


:root {
    --HeaderLinkTransitionStyle: all .25s ease-out;
    --TransitionStyle: all .3s ease-in-out;
}

:root {
    --FontFamily-Rubik-light: 'rubiklight', Arial, Helvetica, sans-serif;
    --FontFamily-Rubik: "Rubik", Arial, Helvetica, sans-serif;
    --FontFamily-Roman: 'Times New Roman', Arial, Helvetica, sans-serif;
}


:root {
    /* 720 ~ 1920 - 16px */
    --Section-Padding-01: clamp(60px, 3.3333333333333335vw + 36px ,100px);
    --Section-Padding-02: clamp(60px, 7.5vw + 6px ,150px);
}
