/*
Theme Name: Idaho News Network
Theme URI: https://idahonewsnetwork.com
Description: Hub portal for the Idaho News Network — Idaho's premier news aggregator connecting ten county newsrooms and statewide coverage.
Version: 1.0
Author: Idaho News Network
Author URI: https://idahonewsnetwork.com
Text Domain: idaho-news-network
*/

:root {
  --ink:#1a1a1a;--gold:#c9952b;--red:#b80000;--text:#555;--light:#999;
  --rule:#e8e8e8;--bg:#FAFAF7;--card:#fff;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',-apple-system,sans-serif;background:var(--bg);color:var(--ink);margin:0;padding:0;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--ink);text-decoration:none;transition:color .15s}
a:hover{color:var(--gold)}
img{max-width:100%;height:auto;display:block}
::selection{background:var(--gold);color:#fff}
