/* Import the font from e.g. Google Fonts */
/* Under the hood these services also use the @font-face rule to reference individual font files */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
  --vpt-theme-text-font: "Cairo", sans-serif;
  --vpt-theme-headline-font: "Cairo", sans-serif;
  --vpt-theme-text-scale: 1;
  --vpt-theme-headline-scale: 1.25;
}

.header .top-bar-left {
    flex-shrink: 0;
    visibility: hidden;
}

.header .top-bar {
    justify-content: center;  
    margin-top: 2rem;
}

.portal__header {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.footer {
    visibility: hidden;
    border-top: 1px solid var(--_border);
    min-height: 106px;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.footer__links a {
    font-weight: var(--K15t-font-weight-regular);
	font-size: var(--K15t-font-size-small);
}
