@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
:root{
    --primary-color:#244591;
    --secondary-color:#f04947;
    --tercery-color:#dae1f1;
    --lightSecondary-color:#f7d4d4;
    --light-version-of-tercery:#F0F4FC;
    --lighter-version-of-secondary:#F7E4E4;
    --heading-font:"Noto Sans", sans-serif;
    --other-font:"Noto Sans", sans-serif;
    --white-color:#fff;
}