/* ==========================================================================
   Design tokens — Rokappa
   Values come straight from the original Elementor global kit.

   BREAKPOINTS (use these exact widths everywhere; they are the ones the
   original design was authored against):
     @media (max-width: 1366px)   laptop
     @media (max-width: 1200px)   tablet-extra
     @media (max-width: 1024px)   tablet
     @media (max-width:  880px)   mobile-extra
     @media (max-width:  767px)   mobile
   ========================================================================== */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/poppins-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/poppins-700.woff2') format('woff2');
}

:root {
  /* Palette (Elementor global colors) */
  --color-primary: #000000;   /* body text            */
  --color-secondary: #229e58; /* brand green          */
  --color-accent: #07632f;    /* deep green           */
  --color-invert: #ffffff;    /* text on dark/green   */
  --color-page: #ffffff;      /* page background      */
  --color-field-text: #a3a3a3;

  /* Type */
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.5;

  /* Buttons */
  --btn-gradient: linear-gradient(180deg, var(--color-secondary) 0%, var(--color-accent) 100%);
  --btn-radius: 100px;
  --btn-padding: 9px 30px;
  --btn-font-size: 16px;
  --btn-font-weight: 600;

  /* Form fields */
  --field-radius: 35px;
  --field-padding: 10px 22px;
  --field-font-size: 16px;
  --field-font-weight: 500;

  /* Site chrome */
  --header-height: 120px;
  /* Horizontal breathing room so content never touches the screen edge. */
  --gutter: 40px;
  --gutter-mobile: 30px;
}
