/* NOTE: Match frontend typography 
        Keep it lightweight: Don’t copy full style.css, because full copy of style.css can break gutunberg editor ui. just:
            Typography
            Content width
            Colors
            */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.wp-block {
    max-width: 1200px;
}

h1, h2, h3 {
    font-weight: 600;
}

a {
    color: #0073aa;
}