/*
Theme Name: Maling Halvpris Shop
Theme URI: https://www.maling-halvpris.dk/
Author: Maling Halvpris
Description: Custom WooCommerce theme for Maling-Halvpris.dk
Version: 0.1.0
Text Domain: mhp-shop
*/

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #1d1d1f;
    background: #fff;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.mhp-container {
    width: min(1280px, calc(100% - 32px));
    margin-inline: auto;
}
