:root {
    /* ===== Colors ===== */
    --color-main:        #FF9D00;
    --color-bg:          #FFFFFF;
    --color-bg2:         #F8F9FA;
    --color-text:        #2D2D2D;
    --color-subtext:     #A0A0A0;

    /* ===== Font size ===== */
    --font-title:        40px;
    --font-large:        32px;
    --font-medium:       24px;
    --font-small:        16px;
    --font-body:         14px;
}

html {
  scroll-behavior: smooth;
}
