 /* Customized css for Tablery – Familie Kügerl Edition
 * Farblich angepasst nach Kundenvorgabe
 * Aktuell: Schriftart Noto Sans (als Ersatz für Nirmala UI)
 */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/CinzelDecorative-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
  --bs-primary: #000000;   /* Black */
  --bs-secondary: #b24a3f; /* Baby Blue        */
  --bs-success: #c15c4a;   /* Esmerald Green   */
  --bs-dark: #a48f5a;      /* Midnight Blue    */
  --bs-primary-rgb: 0, 0, 0;  /* Black as RGB */
  --bs-secondary-rgb: 233, 237, 255; /* Baby Blue as RGB */
  --bg-primary: #000000;   /* Black */
  --bg-secondary: #b24a3f; /* Baby Blue        */
  --bg-success: #c15c4a;   /* Esmerald Green   */
  --bg-dark: #a48f5a;      /* Midnight Blue    */
  --bg-body-primary: #000000;
  --bg-body-secondary: #b24a3f;
}

.hero-title {
  font-family: 'Cinzel';
  font-size: clamp(0.95rem, 1.1rem + 3.2vw, 4rem);
}

.lead {
  font-size: clamp(0.65rem, 0.85rem + 0.2vw, 1.25rem, )
}
