/*
Theme Name: SAKONA Creative Agency — Elementor
Theme URI: https://sakona-landing-page.elarasakona.chatgpt.site
Author: SAKONA Creative Agency
Description: Elementor Free-ready SAKONA landing page with editable page sections, local brand fonts, and bundled media.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sakona-creative-agency-elementor
*/

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair-display-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair-display-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair-display-latin-500-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair-display-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair-display-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/open-sans-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/open-sans-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/open-sans-latin-700-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --sakona-ink: #10150f;
  --sakona-off-white: #f7f4eb;
  --sakona-citron: #e7e8ad;
  --sakona-azure: #2188e7;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--sakona-ink);
  background: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

/* Elementor controls all page typography and spacing. These rules only keep
   the canvas flush and make the bundled decorative assets behave consistently. */
.elementor-page .site-shell {
  margin: 0;
}

.sakona-service-card {
  height: 100%;
}

.sakona-service-card .elementor-widget-text-editor:last-child {
  margin-bottom: 0;
}

.sakona-footer-copy p,
.sakona-footer-copy .elementor-widget-container {
  margin: 0;
}

@media (max-width: 767px) {
  .sakona-hide-mobile {
    display: none !important;
  }
}

