@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background-color: #f5f5f5; color: #1a1a1a; line-height: 1.6; min-height: 100vh; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: #DC143C; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #a01030; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Bebas Neue', sans-serif; line-height: 1.1; letter-spacing: 1px; color: #1a1a1a; }
p { margin-bottom: 1.2em; }
.wrapper { width: 100%; position: relative; }
::selection { background-color: #DC143C; color: #ffffff; }
