Mt theme is not getting updated to webshop

i have added custom SCSS as

.navbar{
    background-color: #121212;
    color: #ff0000;
    a: #ffde59;
    }
    
title {
    color: #ff0000;
    margin-bottom: 20px;
}
h1 {
    color: #ff0000;
    margin-bottom: 20px;
}

h2 {
    color: #ff0000;
    margin-bottom: 20px;
}

h3 {
    color: #ffde59;
    margin-bottom: 20px;
}

p {
    color: #ccc;
    line-height: 1.6;
}

.btn-primary {
    background-color: 'FF0000';
    color: 'fff';
}

a {
  color: #ffde59;;
}

But my Webshop is not taking the theme at all. Even Blog was updated but not webshop. My navbar took colour but fonts didnt. My site is anton.erpnext.com

Here I applied and worked properly.

Output:

Reference: