/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* ============================================================
   mytngstyle.css — template16
   Add your personal custom overrides here.
   This file is loaded last, so anything here wins over
   templatestyle.css and genstyle.css.
   ============================================================ */

/* Example: change the accent color */
/* :root { --accent: #e07b39; } */

/* Example: change the page background */
/* body { background-color: #e8e4de; } */

/* Example: make card shadows stronger */
/* .tblock { box-shadow: 0 6px 24px rgba(0,0,0,0.15); } */