/* Only load Webflow fonts that are needed */ @font-face { font-family: 'MyFont'; src: url('path/to/font.woff2') format('woff2'); font-display: swap; } /* Reduce animation durations */ *, *::before, *::after { animation-duration: 0.7s !important; }