/*
Theme Name:   Hello Elementor Child
Template:     hello-elementor
*/

:root {
  --color-primary: #00647F;
  --color-secondary: #00C8FF;
  --color-accent: #00B1E1;
  --color-accent-hover: #00B1E1;

  --color-bg: #FFFFFF;
  --color-bg-dark: #0A0A0A;

  --color-text: #1A1A1A;
  --color-text-muted: #6B7280;
  --color-text-light: #FFFFFF;

  --color-border: #E5E7EB;

  --font-body: 'Radikal', sans-serif;
  --font-heading: 'Radikal', sans-serif;
  

  --text-base: 1rem;
  --text-sm: .875rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  --leading-normal: 1.5;
  --leading-tight: 1.2;

  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --container-xl: 1280px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,.10);
  --transition-fast: .15s ease;
  --transition-base: .3s ease;

  --z-header: 300;
}


@font-face {
  font-family: 'Radikal';
  src: url('/wp-content/themes/hello-elementor-child/assets/fonts/radikal/Radikal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radikal';
  src: url('/wp-content/themes/hello-elementor-child/assets/fonts/radikal/Radikal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radikal';
  src: url('/wp-content/themes/hello-elementor-child/assets/fonts/radikal/Radikal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radikal';
  src: url('/wp-content/themes/hello-elementor-child/assets/fonts/radikal/Radikal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body *:not(.elementor-location-header *):not(.elementor-location-footer *) {
    font-family: 'Radikal', sans-serif !important;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--color-text);
}

p {
  line-height: var(--leading-normal);
}

h1 { font-size: var(--text-6xl); }
h2 { font-size: var(--text-5xl); }
h3 { font-size: var(--text-4xl); }
h4 { font-size: var(--text-3xl); }
h5 { font-size: var(--text-2xl); }
h6 { font-size: var(--text-xl); }

.header-menu .e-n-menu-title-container,
.header-menu .e-n-menu-title-container:hover,
.header-menu .e-n-menu-title-container:active {
    color: inherit !important;
}
