/**
 * Theme Name:      SV HS Theme
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for SV-HS created by Fawad Sabri.
 * Author:          Fawad Sabri
 * Author URI:      https://fawadsabri.de/
 * Template:        Divi
 * Version:         1.0.0
 * Text Domain:     sv-hs-theme
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/* Load Anton Font */
@font-face {
  font-family: 'Anton';
  src: url('https://www.sv-hs.de/wp-content/uploads/2025/07/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Base Styling for All Headings */
h1, h2, h3, h4, h5 {
  font-family: 'Anton', sans-serif !important;
  font-weight: normal !important;
  line-height: 1.4em;
}

/* ---- H1 ---- */
h1 {
  letter-spacing: 1.5px;
}
@media (min-width: 981px) {
  h1 { font-size: 50px; }
}
@media (max-width: 980px) and (min-width: 768px) {
  h1 { font-size: 45px; }
}
@media (max-width: 767px) {
  h1 { font-size: 40px; }
}

/* ---- H2 ---- */
h2 {
  letter-spacing: 2px;
}
@media (min-width: 981px) {
  h2 { font-size: 42px; }
}
@media (max-width: 980px) and (min-width: 768px) {
  h2 { font-size: 38px; }
}
@media (max-width: 767px) {
  h2 { font-size: 36px; }
}

/* ---- H3 ---- */
h3 {
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h3 { font-size: 36px; }
}
@media (max-width: 767px) {
  h3 { font-size: 34px; }
}

/* ---- H4 ---- */
h4 {
  font-size: 26px;
  letter-spacing: 2px;
}

/* ---- H5 ---- */
h5 {
  font-size: 22px;
  letter-spacing: 2px;
}




