* {
    --content-width: 1400px;
    --block-offset: 80px;
  
    --link-color: #0e1318;
    --title-color: #09483A;
  
    --text-color: #464646;
    --text-color-dark: #084939;
  
    --theme-color: #19cfa1;
    --theme-color-opacity-10: #19cfa11A;
    --theme-color-opacity-20: #19cfa133;
    --theme-color-opacity-40: #19cfa166;
    --theme-color-opacity-80: #19cfa1CC;
  
    --theme-second-color: #FF7C33;
    --theme-second-color-bg: #ffefe7;
}