/*
 Theme Name:   Anafonio
 Description:  Built on Twenty-Twenty-Five
 Author:       Linaweb
 Author URI:   https://linaweb.es
 Description: Twenty Twenty-Four is designed to be flexible,
 versatile and applicable to any website. Its collection of templates and patterns tailor to different needs,
 such as presenting a business,
 blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process,
 is fully compatible with the site editor,
 and takes advantage of new design tools introduced in WordPress 6.4.
 Template:     twentytwentyfive
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
*/

/* ---------------------------------------------------
   Base Reset and Typography
--------------------------------------------------- */
html {
  font-size: 100%; /* 16px base */
}

body {
  font-family: 'NewsCycle', sans-serif;
  font-size: 1rem;      /* scalable */
  line-height: 1.6;     /* unitless for scaling */
  color: var(--wp--preset--color--body-text);
  background-color: var(--wp--preset--color--background);
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------
   Headings (Accessible scaling)
--------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

/* Base (accessible) */
h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.8rem; }

/* Tablets */
@media (max-width: 1024px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
}

/* Large desktops / retina / 4k screens */
@media (min-width: 1600px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 3.5rem; }
  h3 { font-size: 2.5rem; }
  body {
    font-size: 1.125rem; /* slightly larger text on very large screens */
  }
}

/* ---------------------------------------------------
   Links
--------------------------------------------------- */
a {
  color: inherit;
  text-decoration: underline;
}

/* ---------------------------------------------------
   Buttons (Accessible padding and scaling)
--------------------------------------------------- */


/* ---------------------------------------------------
   Group blocks (Sections)
--------------------------------------------------- */


/* ---------------------------------------------------
   Code blocks
--------------------------------------------------- */
pre, code {
  font-family: 'ui-monospace', monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  background-color: #374151;
  color: #ffffff;
  padding: 0.25em 0.5em;
  border-radius: 0.25rem;
  overflow-x: auto;
}


.editor-visual-editor__post-title-wrapper {
    display: none !important;
}

main {
    margin-top: 0!important;
}

:where(.wp-site-blocks) > * {
    margin-top: 0;
}