/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* === Agency FB === */
@font-face {
  font-family: "Agency FB";
  src: url("https://dev.science-days.de/wp-content/uploads/2026/08/AgencyFB-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
h1, h2, h3, .brxe-heading {
  font-family: "Agency FB", Poppins, sans-serif !important;
  font-weight: 700 !important;
}
.hand-note, .footer-caveat {
  font-family: "Caveat", cursive;
}

/* === Corporate S === */
@font-face {
  font-family: "Corporate S";
  src: url("https://dev.science-days.de/wp-content/uploads/2022/05/CorporateS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Corporate S";
  src: url("https://dev.science-days.de/wp-content/uploads/2026/08/CorporateS-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body, p, li, td {
  font-family: "Corporate S", Calibri, Arial, sans-serif !important;
}

/* === Buttons === */
.btn {
  font-size: 1.6rem !important;
}

/* === Nav-Menü Font-Größen === */
#brxe-byewtf .bricks-nav-menu > li > a {
  font-size: 1.5rem !important;
}
#brxe-byewtf .bricks-nav-menu .sub-menu a {
  font-size: 1.4rem !important;
}