/**
 * Design tokens — visual parity with Impreza Theme Options.
 */

@font-face {
  font-family: "Shadow Regular";
  src: url("../fonts/Shadow_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand */
  --evrika-primary: #646cfd;
  --evrika-secondary: #35415b;
  --evrika-heading: #0f131f;
  --evrika-text: #35415b;
  --evrika-bg: #ffffff;
  --evrika-border: #e3e7f0;
  --evrika-faded: #727f9f;
  --evrika-chrome: #f2f4f7;

  /* Accents / sections */
  --evrika-accent: #f24822;
  --evrika-btn: #f24822;
  --evrika-btn-hover: #35415b;
  --evrika-btn-green: #2cb742;
  --evrika-btn-green-hover: #259437;
  --evrika-mint: #c7e4e3;
  --evrika-mint-soft: #c3d6bc;
  --evrika-green: #8bbb7a;
  --evrika-lavender: #b7b8da;

  /* Header */
  --evrika-header-bg: #ffffff;
  --evrika-header-text: #333333;
  --evrika-header-hover: #f24822;
  --evrika-header-h: 122px;
  --evrika-header-h-sticky: 80px;

  /* Layout */
  --evrika-content: 1440px;
  --evrika-canvas: 1300px;
  --evrika-pad: 2.5rem;
  --evrika-pad-sm: 1rem;
  --evrika-radius-btn: 2em;
  --evrika-radius-card: 30px;

  /* Type */
  --evrika-font-body: "Inter", system-ui, sans-serif;
  --evrika-font-heading: "Shantell Sans", "Inter", sans-serif;
  --evrika-font-display: "Shadow Regular", "Shantell Sans", cursive;
  --evrika-fs: 18px;
  --evrika-lh: 1.6;

  /* Social icon colors */
  --evrika-wa: #25d366;
  --evrika-tg: #2aabee;
  --evrika-phone: #3b803f;
  --evrika-mail: #4b4f9c;
}

@media (max-width: 1380px) {
  :root {
    --evrika-header-h: 122px;
    --evrika-header-h-sticky: 122px;
  }
}

@media (max-width: 1024px) {
  :root {
    --evrika-header-h: 80px;
    --evrika-header-h-sticky: 60px;
    --evrika-pad: 1rem;
  }
}

@media (max-width: 600px) {
  :root {
    --evrika-header-h: 60px;
    --evrika-header-h-sticky: 60px;
  }
}
