:root {
    --lg-bg:            #041a28;
    --lg-bg-2:          #08283b;
    --lg-card:          #0b2f47;
    --lg-card-hover:    #103e5b;
    --lg-card-light:    #ffffff;

    --lg-border:        rgba(255, 255, 255, 0.07);
    --lg-border-hover:  rgba(212, 175, 55, 0.45);

    --lg-gold:          #d4af37;
    --lg-gold-soft:     #87715a;
    --lg-gold-tint-12:  rgba(212, 175, 55, 0.12);
    --lg-gold-tint-25:  rgba(212, 175, 55, 0.25);
    --lg-gold-tint-45:  rgba(212, 175, 55, 0.45);
    --lg-gold-tint-55:  rgba(212, 175, 55, 0.55);

    --lg-text:          rgba(255, 255, 255, 0.82);
    --lg-muted:         rgba(255, 255, 255, 0.6);
    --lg-muted-strong:  rgba(255, 255, 255, 0.55);

    --lg-font-serif:    "Playfair Display", Georgia, serif;
}
