/* Base styles extracted from css/style.css */
@font-face {
    font-family: "Proxima Soft";
    font-weight: normal;
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Soft";
    font-weight: bold;
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Soft";
    font-weight: 800;
    /* ExtraBold */
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Soft";
    font-weight: 600;
    /* SemiBold */
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Soft";
    font-weight: 200;
    /* Thin */
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Soft";
    font-weight: 300;
    /* Light */
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Proxima Soft";
    font-weight: 500;
    /* Medium */
    font-style: normal;
    src: url("../../fonts/nova/ProximaSoft-Medium.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Katahdin Round Regular";
    src: local("Katahdin Round Regular"), url("../../fonts/KatahdinRound-Bold.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "PROXIMANOVASOFT-BOLD";
    src: local("PROXIMANOVASOFT-BOLD"), url("../../fonts/PROXIMANOVASOFT-BOLD.OTF") format("opentype");
}

@font-face {
    font-display: swap;
    font-family: "Katahdin Round";
    src: local("Katahdin Round"), url("../../fonts/KatahdinRound.otf") format("opentype");
}

.custom-account-d-none {
    display: none !important;
}

html {
    overflow: hidden;
    height: 100%;
    scroll-padding-top: 120px;
    -webkit-font-smoothing: antialiased !important;
}

body {
    height: 100%;
    overflow: auto;
    font-family: "Proxima Soft" !important;
}

@media (min-width: 992px) {
    body {
        scrollbar-gutter: stable;
    }
}

@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }
}

article {
    width: 100%;
}

.entry-title {
    margin-bottom: 1em;
}

.bold-text {
    font-weight: 600;
}

a {
    color: #ffbe3e;
}

.width-100-imp {
    max-width: 100% !important;
}

[id] {
    scroll-margin-top: 100px;
}

/* Globální scrollbar styly - užší a oranžový */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ee9623;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d6821f; 
}

/* Pro Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ee9623 #f1f1f1;
}
