.animated-button{background-color:#000;color:#fff;border:none;padding:10px 20px;font-size:16px;font-weight:700;border-radius:5px;cursor:pointer;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@font-face{font-family:MyCustomFont;src:url(/fonts/custom-font.woff) format("woff");font-weight:400;font-style:normal}.custom-font{font-family:MyCustomFont,sans-serif}