/*
Theme Name: Punto Corrientes
Theme URI: https://puntocorrientes.com.ar
Author: Punto Corrientes
Description: Tema periodístico personalizado para el portal de noticias Punto Corrientes (Corrientes Capital y provincia). "La información, en un solo punto."
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: punto-corrientes
*/

:root{
  --pc-navy:#0B2447;
  --pc-navy-dark:#081a34;
  --pc-blue:#1B4F9C;
  --pc-red:#E30613;
  --pc-white:#FFFFFF;
  --pc-gray-bg:#F4F5F7;
  --pc-gray-line:#E3E5E9;
  --pc-text:#1C1F26;
  --pc-text-light:#5B6270;
  --pc-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --pc-radius: 10px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--pc-font);
  color:var(--pc-text);
  background:var(--pc-white);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.2;font-weight:800;}
p{margin:0 0 1em;}
.pc-container{max-width:1200px;margin:0 auto;padding:0 16px;}
.pc-eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--pc-red);
  margin-bottom:8px;
}
.pc-btn{
  display:inline-block;
  background:var(--pc-red);
  color:var(--pc-white);
  padding:10px 18px;
  border-radius:6px;
  font-weight:700;
  font-size:14px;
  border:none;
  cursor:pointer;
}
.screen-reader-text{position:absolute;left:-9999px;}
