:root {
    --body-bg-color: #0D0D0D;
    --txt-color: #A6A6A6;
    --txt-emph-color: #ececec;
    
    --banner-img: url('../assets/images/latronet_landing.png');
    --banner-position: center center;
    
    --display-font: 'Lavire Personal Use', sans-serif;
    --base-font: 'Times New Roman', Times, serif;
    --line-height: 1.4;
    --font-size: 15px;
}