/*
 Theme Name: Digital Studio
 Theme URI: https://digitalstudio.nl
 Description: Child theme for Digital Studio
 Author: Digital Studio - www.digitalstudio.nl
 Author URI: https://digitalstudio.nl
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: digitalstudio
*/

/* ---------- GLOBALS ---------- */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/* ---------- UTILITIES ---------- */

.ds-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ds-section-padding {
    padding: 100px 0;
}

/* ---------- BUTTONS ---------- */

.ds-button {
    transition: all .3s ease;
}

/* ---------- IMAGES ---------- */

img {
    height: auto;
    max-width: 100%;
}