@font-face {
    font-family: 'sf-pro-text';
    src: url('../fonts/SF/sf-pro-text-11.woff') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --bs-font-sans-serif: 'Helvetica', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
}

body {
    font-family: var(--bs-body-font-family);
}

body {
    background-image: url('/static/backgrounds/background_plenka.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}


.container,
.container-fluid,
.card,
.section,
.bg-light,
.bg-white {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

footer {
  position: relative;
  z-index: 10;
}

html, body {
    height: 100%;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}