:root {
    --red: #FF0000;
    --rubyred: #C82536;
    --orangeAHS: #F37432;
    --orangeBrightAHS: #F68428;
    // --orangeOld: #FF9966;
    // --DarkGreyAHS: #808285;
    // --LightGreyAHS: #d1d2d4;
    --gold: #FFCC00;
    --emeraldgreen: #50C878;
    --skyblue: #3BB9FF;
    --silver: #C0C0C0;
    --diamondwhite: #E0FFFF;
    --coral: #FF7F50;

    --body-background-color: #f5f4f4;
    --text-color: #5a24c2;
    --text-color-transparent: rgba(90,36,195, 0.2);
    --text-color-blocks: #401593;

    --main-text-width: 666px;
    --main-text-width-wide: 900px;

}
