styles.css 180 B

123456789101112131415
  1. /* main styles */
  2. * {
  3. font-family: 'Segoe UI';
  4. }
  5. h1 {
  6. font-weight: 600;
  7. font-size: .9em;
  8. }
  9. p {
  10. font-weight: 500;
  11. font-size: .8em;
  12. margin-bottom: 10px;
  13. }