/*
Theme Name: Danube BDP
Theme URI: https://danube.bestdubaiproperties.ae/
Description: Custom Danube BDP child theme for Best Dubai Properties.
Author: Best Dubai Properties
Version: 1.0.0
Template: astra
*/

/*
=========================================================
DANUBE BDP
GLOBAL RESET
=========================================================
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
}