/* Montserrat Typography Enhancements */

/* Improve text rendering for Montserrat */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* Headings with Montserrat */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

h1 {
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 600;
}

/* Button enhancements */
button, .btn-primary, .btn-secondary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.875rem;
}

/* Navigation */
nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* Form elements */
input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Display text - Extra bold for impact */
.display-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

/* Subtitle - Medium weight for elegance */
.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

/* Emphasized text */
strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
    font-weight: 500;
}

/* Improve paragraph readability */
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.005em;
}

/* Links */
a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* Lists */
ul, ol {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* Blockquotes */
blockquote {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.01em;
}

/* Code elements (if any) */
code, pre {
    font-family: 'Courier New', monospace;
}
