/*
Theme Name: Betonguru
Theme URI: https://betonguru.hu/
Description: Betonguru Elementor Child Theme
Author: Betonguru
Author URI: https://betonguru.hu/
Template: hello-elementor
Version: 1.0.0
Text Domain: betonguru
*/

:root {
  --bg-dark: #0b1b2a;
  --bg-dark-2: #17212b;
  --text-dark: #111827;
  --text-muted: #5b6672;
  --brand: #f2a100;
  --brand-2: #d98b00;
  --surface: #ffffff;
  --surface-2: #f5f7f8;
  --border: rgba(11, 27, 42, 0.12);
  --shadow: 0 18px 40px rgba(11, 27, 42, 0.12);
  --shadow-hover: 0 24px 60px rgba(11, 27, 42, 0.18);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--surface);
  color: var(--text-dark);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
