/* Set global font - START */
@font-face {
  font-family: "Inter";
  src: url(https://help-center.meteocontrol.com/__attachments/110166025/Inter-VariableFont_slnt_wght.ttf?inst-v=114ba6ec-502a-458d-81fa-6de3f71e7444);
}
:root {
  --K15t-font-family-body: "Inter", "Roboto", sans-serif;
}
/* Set global font - END */

/* Hide Space for 'File Resources' + 'Legal information' on home page - START */
[data-vp-page-template="portal"] [data-vp-name="File Resources"],
[data-vp-page-template="portal"] [data-vp-name="Legal information"] {
  display: none;
}
/* Hide Space for 'File Resources' + 'Legal information' on home page - END */

/* Reduce whitespace in content resource tiles on home page - START */
[data-vp-page-template="portal"] #content .tile--compact {
  column-gap: 16px;
}
/* Reduce whitespace in content resource tiles on home page - END */

/* Set font size for top right links - e.g. 'Support & FAQs' - START */
.top-bar-right .render-links--link a {
  font-size: 16px;
}
/* Set font size for top right links - e.g. 'Support & FAQs' - END */

/* Set border radius for search field - START */
:root {
  --K15t-radius-pill: 4px;
}
/* Set border radius for search field - END */

/* Adapt picture caption text - START */
figure.vp-image figcaption {
  font-style: italic;
}
/* Adapt picture caption text - END */