/* Linked Fonts */

@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "KecalWeb";
    src: url("portfoliofont/KecalWeb-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "KecalWeb";
    src: url("portfoliofont/KecalWeb-Regular.woff2") format("woff2");
    font-weight: regular;
    font-style: normal;
}
/*
@font-face {
    font-family: "InstrumentSans";
    src: url("portfoliofont/InstrumentSans-Italic_freeze.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "InstrumentSans";
    src: url("portfoliofont/InstrumentSans-Italic_freeze_Bold.woff2")
        format("woff2");
    font-weight: bold;
    font-style: italic;
}
*/

/* Nastavení výchozího fontu pro celé HTML */
html,
body {
    font-family: "KecalWeb", sans-serif;
    font-style: normal;
    font-weight: regular;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
    /* background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(243, 244, 249, 1) 100%); */
}

/* Styl pro nadpisy */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/* Styl pro běžnou kurzívu */
em,
i {
    font-style: italic;
}

/* Styl pro tučnou kurzívu */
strong em,
strong i {
    font-weight: bold;
    font-style: italic;
}

html {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.mono {
    font-family: "Azeret Mono", monospace;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

a {
    color: black;
    text-decoration: none; /* no underline */
    cursor: pointer;
    letter-spacing: 0.15;
}

h4 {
    letter-spacing: 0.15;
}

p {
    letter-spacing: 0.15;
}

p.nazev:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #d01822;
}

a.nazev:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #d01822;
}

.greytext {
    color: rgb(190, 190, 190) !important;
}

r-grid > r-cell {
    /*border: 1px solid black;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.nahled {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nahled:hover {
    cursor: pointer;
}

#tooltip {
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    display: none;
    pointer-events: none;
}
