﻿/*  Raleway через Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.3;
    margin: 0 0 0.75em 0;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.50rem; }

.text-light { font-weight: 300; }
.text-regular { font-weight: 300; }
.text-medium { font-weight: 300; }
.text-semibold { font-weight: 400; }
.text-bold { font-weight: 500; }

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    body { font-size: 1rem; }
}