@font-face {
    font-family: 'PTSans';
    src: url('../../fonts/PTSans-Regular.ttf')  format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'PTSans';
    src: url('../../fonts/PTSans-Bold.ttf')  format('truetype');
    font-weight: 700;
}

:root {
    font-family: 'PTSans';
    --section-width: 1100px;
    scroll-behavior: smooth;
}
header,
.block-references,
#block-custom9-ikony p {
    display: flex;
    max-width: var(--section-width); 
    margin: auto;
}

header {
    padding: 0 20px;
}

body {
    background-color: white;
    margin: 0;
}
