:root {
    --matmoe-primary: #90C027;
    --matmoe-primary-dark: #6F961D;
    --matmoe-primary-soft: rgba(144, 192, 39, 0.12);

    --bg-dark: #050505;
    --bg-dark-soft: #0b0d0a;

    --text-light: #ffffff;
    --text-gray: #9aa39a;

    --radius: 16px;
}