/*
Theme Name: Atlantas
Theme URI: https://allatlanticoceanresearch.eu/
Author: Atlantas
Author URI: https://allatlanticoceanresearch.eu/
Description: Atlantas — "The Digital Curator". Editorial, asymmetrical magazine theme inspired by the depth and authority of the Atlantic Ocean. Built for a Lithuanian lifestyle publication covering health, finance, technology and home care. Tonal layering, Manrope + Newsreader typography, no rigid borders.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atlantas
Tags: blog, magazine, editorial, two-columns, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Most styling lives in Tailwind (loaded via CDN in functions.php).
   This file only contains the WordPress required header above and
   small overrides for things Tailwind utility classes can't easily express. */

html { scroll-behavior: smooth; }

body {
    font-family: 'Newsreader', Georgia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .font-headline {
    font-family: 'Manrope', system-ui, sans-serif;
}

.font-label { font-family: 'Inter', system-ui, sans-serif; }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* Long-form post body — generous line-height for Lithuanian diacritics */
.atlantas-prose {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #191c1e;
}
.atlantas-prose p { margin: 0 0 1.4em; }
.atlantas-prose h2 { font-size: 2rem; margin: 2em 0 0.6em; line-height: 1.2; }
.atlantas-prose h3 { font-size: 1.5rem; margin: 1.6em 0 0.5em; line-height: 1.25; }
.atlantas-prose a { color: #003366; text-decoration: underline; text-underline-offset: 3px; }
.atlantas-prose a:hover { color: #001e40; }
.atlantas-prose img { max-width: 100%; height: auto; border-radius: 0.25rem; margin: 1.5em 0; }
.atlantas-prose blockquote {
    border-left: 3px solid #003366;
    padding-left: 1.25rem;
    margin: 1.5em 0;
    font-style: italic;
    color: #43474f;
}
.atlantas-prose ul, .atlantas-prose ol { margin: 0 0 1.4em 1.5em; }
.atlantas-prose li { margin-bottom: 0.4em; }

/* Required WP core utility classes */
.alignleft  { float: left;  margin: 0.5em 1.5em 1em 0; }
.alignright { float: right; margin: 0.5em 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { font-size: 0.875rem; color: #43474f; font-style: italic; }
.screen-reader-text {
    border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.sticky, .bypostauthor { display: block; }
