
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

body {
    /* Background gradient + subtle texture overlay */
    background: 
        linear-gradient(rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05)), /* light red overlay */
        url('https://www.transparenttextures.com/patterns/cubes.png'); /* subtle pattern */
    
    background-repeat: repeat;       /* repeat the pattern */
    background-attachment: fixed;    /* keeps pattern fixed when scrolling */
    background-size: auto;           /* pattern size */
    background-color: #ffffff;       /* base color in case image fails */
}