/*
Theme Name:  ACH Sibiu
Theme URI:   https://achsibiu.ro
Author:      ACH Sibiu
Description: Official WordPress theme for ACH Sibiu – a non-profit organization in Sibiu, Romania. Styled with Tailwind CSS and powered by Advanced Custom Fields.
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: ach-sibiu
Tags:        custom-colors, custom-menu, featured-images, translation-ready
*/

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Public Sans', system-ui, sans-serif;
  background-color: #F7FAFC;
  color: #43474F;
  margin: 0;
}

img { max-width: 100%; height: auto; display: block; }

.ach-nav-primary a,
.ach-nav-footer  a { color: inherit; text-decoration: none; }

.wp-content p   { margin-bottom: 1rem; line-height: 1.7; }
.wp-content h2  { font-size: 1.25rem; font-weight: 700; color: #001F3F; margin-bottom: .75rem; }
.wp-content ul  { list-style: disc; padding-left: 1.5rem; }
.wp-content blockquote {
  border-left: 4px solid #001F3F;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  background: #F1F4F6;
  border-radius: 0 4px 4px 0;
  font-style: italic;
}
.form-list{
    list-style:circle;
    li a:hover{
        @apply transition-colors;
    }
}