/*
Theme Name: KIC 2025
Template: astra
Requires at least: 6.0
Requires PHP: 8.2
Version: 1.6
Text Domain: kic
*/


:root * {

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  font-family: var(--font-fam-main);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.414;
  color: var(--color-neutral-dark);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-fam-semi);
  font-weight: 400;
}

#primary.content-area.primary {
  margin-top: 0 !important;
}

.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}

.button.s {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: white;
  background-color: dodgerblue;
}

.button.xs {
  margin-left: 5px;
  height: 19px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 6px;
  line-height: 11px;
  text-transform: uppercase;
  color: white;
  background-color: dodgerblue;
}


a.button,
.card__news a.button {
  color: white !important;
}



li::marker {
  display: none !important;
}
