/*
Theme Name: Kadence Child
Theme URI: https://prof-panel.che-concept.de
Description: Child Theme für Kadence – Prof Panel (CHE Concept)
Author: CHE Concept
Author URI: https://che-concept.de
Template: kadence
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
Requires at least: 6.3
Requires PHP: 7.4
*/

/* ==========================================================================
   Ciutadella – @font-face
   ========================================================================== */

@font-face {
  font-family: "Ciutadella";
  src: url("fonts/Ciutadella-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ciutadella";
  src: url("fonts/Ciutadella-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ciutadella";
  src: url("fonts/Ciutadella-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ciutadella";
  src: url("fonts/Ciutadella-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ciutadella";
  src: url("fonts/Ciutadella-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

a {
  text-underline-offset: unset;
}

a:hover,
a:focus,
a:active {
  text-underline-offset: unset;
}