@charset "UTF-8";
@font-face { font-family: 'Roboto'; src: url(/novedades/assets/Roboto/Roboto-Regular.ttf); font-display: swap; }
@font-face { font-family: 'Roboto'; src: url(/novedades/assets/Roboto/Roboto-Regular.ttf); font-display: swap; }
.share-button { background-color: #13ccf9; border-color: #13ccf9; opacity: 0.9; }
.share-button:hover { opacity: 1; }

h1 { text-decoration-color: #13ccf9; text-decoration-line: underline; }

/* Ocultar el título del sitio en la página de inicio */
body.home h1.site-title { display: none; }

.tag { font-size: 0.875rem; color: inherit; text-decoration: none; padding: 0.25rem 0.5rem; border-radius: 0.375rem; transition: all 0.2s ease-in-out; }
.tag:hover { background-color: #fef08a; color: inherit; text-decoration: underline; }
@media (prefers-color-scheme: dark) { .tag:hover { background-color: rgba(202, 138, 4, 0.3); } }
