/*
Theme Name: Community Astra
Theme URI: https://jnielsen-data.dk
Description: Astra child theme for Ebbeløkke Strand Grundejerforening.
Author: JNielsen Data
Author URI: https://jnielsen-data.dk
Template: astra
Version: 1.0.2
Text Domain: community-astra
*/

/* ==========================================================
   COMMUNITY ASTRA V1.0
   Global theme foundation. Component styling lives in
   assets/css/06-components/.
========================================================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-text);
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

/* Keep Astra's page wrappers neutral on this custom front end. */
.site-content,
.ast-container,
.ast-row {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
