/*
Theme Name: Golvtjanst
Theme URI: https://golvtjanst.se/
Author: Golvtjanst
Author URI: https://golvtjanst.se/
Description: Custom Bootstrap-based boilerplate theme for Golvtjanst.
Version: 0.5.7
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: golvtjanst
*/

body {
    background:
        radial-gradient(circle at top left, rgba(72, 158, 214, 0.12), transparent 34%),
        linear-gradient(180deg, #f6f7f8 0%, #ffffff 22%, #f7fafc 100%);
    color: #111111;
    font-family: "Ubuntu", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-main {
    min-height: 60vh;
}

.section-space {
    padding: 5rem 0;
}

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