:root{
    --main_background: #ddc4dd;
    --second_background: #dccfec;
    --link_text: #a997df;
    --main_text: #4f517d;
    --title_text: #1a3a3a;
    
    --main_background: #dee2ff;
    --second_background: #feeafa;
    --link_text: #8e9aaf;
    --main_text: #cbc0d3;
    --title_text: #efd3d7;

    --main_background: #f2dfd7;
    --second_background: #fef9ff;
    --link_text: #d4c1ec;
    --main_text: #9f9fed;
    --title_text: #736ced; 

    --main_background: #eff9f0;
    --second_background: #ddc8c4;
    --link_text: #896a67;
    --main_text: #6b4d57;
    --title_text: #13070c;
}

@font-face {
    font-family: 'Laksaman';
    src: url('/root/Laksaman.ttf');
}