:root {
    --color1_1: rgb(255,255,168); /* #ffffa8 */
    --color1_2: rgb(110,71,39); /* #6e4727 */
    --color1_3: #522b18;
    --color1_4: #36190d;
    --color2_1: rgb(234,229,225); /* #eae5e1 */
    --color2_2: rgb(101,95,89); /* #655f59 */


    --color3_1: #ffffe0;
    --color3_2: #b38d51;
    --color4_1: #346d56;
    --color4_2: #1a402a;
    --magnum_color: #b8860b;
    --damacai_color: #231f54;
    --sabah_color: #003c10;
    --sandakan_color: #fdb913;
    --sarawak_color: #ff5400;
    --singapore_color: #2c80fd;
    --toto_color: #ec1c24;
    --gd_color: #81520b;
    --nine_color: #801ed0;
}


.gradient_text1{
  background: linear-gradient(150deg, var(--color1_1), var(--color1_2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.gradient_text2{
  background: linear-gradient(var(--color3_1),var(--color3_2),var(--color3_1),var(--color3_2),var(--color3_1),var(--color3_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient_text3{
  background: linear-gradient(10deg, rgb(150,150,150),rgb(220,220,220), rgb(150,150,150));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
