/* פונט פרנקרוהל לגוף ההחלטה (דומה להחלטות שיפוטיות) */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;500;700&display=swap');

/* הקטנת הפונטים בכל האתר — יותר טקסט בעמוד אחד.
   רוב הגדלים מוגדרים ב-rem, כך שהקטנת גודל השורש מקטינה הכול באופן יחסי. */
html { font-size: 13px; }

/* גוף ההחלטה — פונט פרנקרוהל, נשאר קריא */
.d-content {
  font-family: 'Frank Ruhl Libre', 'David Libre', 'Times New Roman', serif;
  font-size: 1.2rem;
  line-height: 1.85;
}

/* בועות נושא לחיצות — ראשי/משני מקשרים לחיפוש מתקדם */
.tag .tag-part { color: inherit; text-decoration: none; cursor: pointer; }
.tag .tag-part:hover { text-decoration: underline; }
.tag .tag-sep { opacity: .55; }
