/*
Theme Name: By Demant Custom Dark
Theme URI: https://by-demant.dk
Author: By Demant
Description: Minimalistisk mørkt portfolio-tema til bryllupsfotograf.
Version: 1.0
*/

/* Nulstil standard marginer og sæt mørk baggrund som backup */
html, body {
    margin: 0;
    padding: 0;
    background-color: #1A1A1C;
    color: #F2EFE9;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Fjern uønskede understregninger på links */
a {
    text-decoration: none;
    color: inherit;
}

/* Sørg for at billeder tilpasser sig skærmen */
img {
    max-width: 100%;
    height: auto;
}