/* Butler Bold betűtípus regisztrálása */
@font-face {
    font-family: 'Butler';
    src: url('Butler-Free-Bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap; /* Jobb teljesítmény és betöltési élmény */
}
