﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Syne:wght@400;500;600;700;800&display=swap');

html {
    scrollbar-gutter: stable;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Syne', sans-serif;
    letter-spacing: -0.02em;
}

body {
    color: #1f2937;
    line-height: 1.6;
}

.no-underline,
.no-underline:link,
.no-underline:visited {
    text-decoration: none;
}
.no-underline:hover {
    text-decoration: underline;
}

.center-text {
    text-align: center;
}

