/*
Theme Name: AK Agency Child
Theme URI: https://ak-agency.fr
Description: Thème enfant propre AK Agency basé sur Hello Elementor.
Author: AK Agency
Template: hello-elementor
Version: 1.1.0
Text Domain: ak-agency-child
*/

:root {
  --ak-black: #050608;
  --ak-black-soft: #0b0f15;
  --ak-card: #11161d;
  --ak-orange: #ff6408;
  --ak-orange-bright: #ff8a22;
  --ak-white: #ffffff;
  --ak-grey: #9ca3af;
  --ak-radius-button: 14px;
  --ak-radius-card: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ak-black);
  color: var(--ak-white);
  -webkit-font-smoothing: antialiased;
}

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

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