/**
 * Theme Name:     Childtheme
 * Author:         OskarHanborg
 * Template:       experthive
 * Text Domain:	   childtheme
 * Description:    Hemsidan är byggd och drivs av mig Oskar Hanborg.
 * Author URI:     https://www.linkedin.com/in/oskar-hanborg/
 * Version:        1.0
 */

/* Bas för hela webbplatsen (Brödtext) */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Rubriker */
h1, h2, h3, h4, h5, h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em; /* Ger en stramare och modernare touch, väldigt likt DM Sans */
    line-height: 1.25;
}