/* Global styles (only font settings) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: attr(data-value);
}

iframe {
  pointer-events: none;
}

.ql-size-10px { font-size: 10px; }
.ql-size-12px { font-size: 12px; }
.ql-size-14px { font-size: 14px; }
.ql-size-16px { font-size: 16px; }
.ql-size-18px { font-size: 18px; }
.ql-size-20px { font-size: 20px; }
.ql-size-24px { font-size: 24px; }
.ql-size-28px { font-size: 28px; }
.ql-size-32px { font-size: 32px; }
.ql-size-36px { font-size: 36px; }
.ql-size-40px { font-size: 40px; }
.ql-size-48px { font-size: 48px; }
.ql-size-56px { font-size: 56px; }
.ql-size-64px { font-size: 64px; }
.ql-size-72px { font-size: 72px; }
.ql-size-80px { font-size: 80px; }
.ql-size-96px { font-size: 96px; }
.ql-size-108px { font-size: 108px; }


/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(234,240,255,0.3) transparent; /* thumb | track */
}

/* WebKit (Chrome, Edge, Safari) */
*::-webkit-scrollbar {
  width: 8px;             /* hrúbka */
}

*::-webkit-scrollbar-track {
  background: transparent;  /* sem padal ten biely pás */
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(234,240,255,0.3); /* svetlo žltá/šedá podľa vkusu */
  border-radius: 999px;
  border: 2px solid transparent;          /* aby bol thumb „štíhly“ */
}
