@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
body { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 400;     /* Default: Regular */ }
strong, b { font-weight: 700; }
em, i { font-style: italic; font-weight: 400;     /* Regular italic */ }
input, select, textarea { border: 1px solid var(--neutral-color-3); border-radius: 2px; padding: 5px; color: var(--neutral-color-4); }
a { color: var(--primary-color); text-decoration: none; }
a:hover { color: var(--hover-primary-color); text-decoration: underline; }
body h1 { font-size: 2.5rem; font-weight: 400; line-height: 3rem;letter-spacing: -0.025em;margin-bottom: 2rem; }
body h2 { font-size: 2rem; font-weight: 400; line-height: 2.5rem;letter-spacing: -0.025em; }
body h3 { font-size: 1.5rem; font-weight: 400; line-height: 2rem;letter-spacing: -0.025em; }
body h4 { font-size: 1rem; font-weight: 400; line-height: 1.5rem;letter-spacing: -0.025em; }
