:root {
    --primary-color: #37aad7;
    --primary-color-light: #67bee1;
    --primary-color-lighter: #93d1e9;
    --primary-color-lightest: #eff8fc;
    --primary-color-dark: hsl(196.9, 66.98%, 41.57%);
    --primary-color-darker: #1b6785;
    --primary-color-darkest: #0a2732;
    --primary-color-rgb: 55, 170, 215;
    --secondary-color: #2e9bc3;
    --secondary-color-light: #54b3d7;
    --secondary-color-lighter: #7ec6e1;
    --secondary-color-lightest: #d8eef6;
    --secondary-color-dark: #237695;
    --secondary-color-darker: #19546a;
    --secondary-color-darkest: #061419;
    --secondary-color-rgb: 46, 155, 195;
    --background-color: #f8f8f8;
    --background-color-shade-1: #f8f8f8;
    --background-color-shade-2: #eee;
    --background-color-shade-3: #e8e8e8;
    --background-color-shade-4: #d4d4d4;
    --surface-color: #fff;
    --text-on-primary: #fff;
    --text-on-primary-stroke: #e2e2e2;
    --text-on-primary-lightest: #1d7091;
    --text-on-background: #4a4a4a;
    --text-on-background-stroke: #2d2d2d;
    --text-on-surface: #2389b1;
    --text-on-surface-rgb: 35, 137, 177;
    --text-on-surface-stroke: #1a6481;
    --text-on-surface-cal: #2389b1;
    --new-color: #89b123;
    --new-color-stroke: #64811a;
    --delete-color: #b12389;
    --delete-color-stroke: #811a64;
    --warning-color: #d59b02;
    --warning-color-stroke: #9c7201;
    --disable-color: #666;
    --disable-color-light: #838383;
    --disable-color-lightest: #bfbfbf;
    --grey: #424242;
    --hover-color: #d8eef6;
    --pink: #c447bc;
    --purple: #9740d2;
    --blue: #2ca1ce;
    --orange: #d27040;
    --green: #97d240;
}

h2 {
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: -0.0083333333em;
    line-height: 1.2em;
}

h2 .statuscode {
    font-size: inherit;
    padding: .25em;
    color: var(--text-on-surface);
    font-weight: 600;
    border-radius: .25em;
}

header {
    height: 10vh;
    background-color: var(--text-on-surface);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5vw;
}

header img {
    height: 40%;
    width: auto;
}

@font-face {
    font-family: "BLUEJET";
    src:
        url("BLUEJET.woff2") format("woff2"),
        url("BLUEJET.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class*="c-icon-"] {
    font-family: "BLUEJET";
    font-style: normal;
    color: var(--text-on-surface);
    cursor: default;
}

* {
    font-family: Roboto, Verdana, Tahoma, serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .007em;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

/* 326 = uživatelská akce 1 */
.c-icon-326::before {
    content: "\e146";
}

/* 328 = uživatelská akce 3, panacek */
.c-icon-328::before {
    content: "\e148";
}

/* 330 = uživatelská akce 5 */
.c-icon-330::before {
    content: "\e14a";
}