/*
Theme Name: Atmintiesvietos
Text Domain: tmp
Version: 1.4
Requires at least: 5.6
Requires PHP: 8.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Jauna Reklama
Author URI:
Theme URI:
*/

/* Two typefaces, taken straight from the desktop design file (both loaded via
   @font-face in assets/css/main-site.css):

     --font-heading  Oswald     — headings, nav, buttons, form labels,
                                  timeline years, counters, pull-quotes.
     --font-body     Elms Sans  — body copy, card excerpts, field labels,
                                  inputs and captions.

   The design draws Oswald at Regular (400) and Elms Sans at Thin (100); we use
   ExtraLight (200) for body because 100 is not among the theme's font files and
   reads too faintly at 14–16px. Work Sans was never wired up (no @font-face, no
   rule naming it) and its .woff2 files were removed on 2026-08-28. */
:root {
  --font-heading: "Oswald", sans-serif;
  --font-body: "Elms Sans", sans-serif;
  /* Deprecated alias — kept so any stray rule still resolves to a real face. */
  --main-font: var(--font-body);

  /* ── Global color palette (change here → updates everywhere) ── */
  --color-primary: #00514e;     /* brand teal */
  --color-white: #fff;
  --color-black: #000;
  --color-text: #2f2f2f;        /* body text */
  --color-dark: #393637;
  --color-near-black: #171616;
  --color-ink: #1d1d1d;         /* links */
  --color-error: #c0392b;
  --color-muted: #b0afaf;
  --color-border: #dbdadb;
  --color-beige: #edeae5;
  --color-gray: #3d3d3d;
  --color-gray-dark: #414141;
  --color-gray-darker: #292929;
  --color-gray-light: #d6d6d6;
  --color-blue: #004e73;
  --color-teal-light: #86cbcf;
  --color-teal-lighter: #a5d3d5;
  --color-teal-muted: #a9c2c0;
  --color-teal-deep: #5a8a87;
  --color-teal-pale: #dde7e7;
  --color-teal-pale-2: #eff4f4;

  /* blue */
  --color-004E73: #004E73;
  --color-0071A6: #0071A6;
  --color-0095DA: #0095DA;
  --color-42C3FF: #42C3FF;
  --color-A8E4FF: #A8E4FF;
  --color-004E73: #004E73;
  --color-004E73: #004E73;
  /* grey/white */
  --color-272727: #272727;
  --color-606060: #606060;
  --color-FFFFFF: #FFFFFF;
  /* pastel */
  --color-D4E4EB: #D4E4EB;
  --color-BFE2E0: #BFE2E0;
  --color-E9E9E9: #E9E9E9;
  --color-ECF3F6: #ECF3F6;
  --color-E0F1F0: #E0F1F0;
  --color-D6D6D6: #D6D6D6;
  /* green */
  --color-0CD08B: #0CD08B;
  --color-6DE3B9: #6DE3B9;
  --color-CEF6E8: #CEF6E8;
  /* yellow */
  --color-F2E318: #F2E318;
  --color-F7EE74: #F7EE74;
  --color-FCF9D1: #FCF9D1;
  /* red */
  --color-D0230C: #D0230C;
  --color-E37B6D: #E37B6D;
  --color-F6D3CE: #F6D3CE;


  --radius24: 24px;
  --transition03: all 0.3s ease-in-out;
  --transition01: all 0.1s ease-in-out;
  --icons: "Font Awesome 6 Free";
  --box-shadow: 0px 2px 15px 0px #00000026;
}
