/* xs - SMARTPHONE PORTRAIT STYLES */
:root {
  --antra-rgb: 22, 22, 22;
  --box-rgb: 16, 16, 16;
  --cn-green-rgb: 0, 245, 212;
  --cn-blue-rgb: 185, 55, 255;
}
:root {
  --glow-1: 0 0 6px var(--cn-green), 0 0 18px rgba(0,245,212,.35);
  --glow-2: 0 0 6px var(--cn-blue), 0 0 18px rgba(185,55,255,.35);
  --font-primary: "Rajdhani", sans-serif;
  --font-display: "Silkscreen", monospace;
  --inactive-grey: #555;
  --cn-border: 1px solid rgba(var(--cn-blue-rgb), 0.2);
  --fs-xs: 1.1rem;
  --fs-sm: 1.2rem;
  --fs-md: 1.3rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2rem;
  --fs-xxl: 2.5rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 3rem;
  --container-width: var(--gb-container-width);
  --gp-font--silk: "Silkscreen";
  --gp-font--silkscreen: "Silkscreen";
  --nav-height: 60px;
  --icon-check: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill='black' d='M18 6h2v2h-2V6zm-2 4V8h2v2h-2zm-2 2v-2h2v2h-2zm-2 2h2v-2h-2v2zm-2 2h2v-2h-2v2zm-2 0v2h2v-2H8zm-2-2h2v2H6v-2zm0 0H4v-2h2v2z'/></svg>");
  --icon-con: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill='black' d='M5 5h2v2H5V5zm4 4H7V7h2v2zm2 2H9V9h2v2zm2 0h-2v2H9v2H7v2H5v2h2v-2h2v-2h2v-2h2v2h2v2h2v2h2v-2h-2v-2h-2v-2h-2v-2zm2-2v2h-2V9h2zm2-2v2h-2V7h2zm0 0V5h2v2h-2z'/></svg>");
  --icon-chev: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 16H5v-2h2v-2h2v-2h2V8h2v2h2v2h2v2h2v2h-2v-2h-2v-2h-2v-2h-2v2H9v2H7v2z" fill="currentColor"/></svg>');
}
/* md - TABLET PORTRAIT STYLES */
@media (min-width: 768px) {
  :root {
    --fs-sm: 1.1rem;
    --fs-md: 1.375rem;
    --fs-lg: 1.75rem;
    --fs-xl: 2.25rem;
    --fs-xxl: 3rem;
    --spacing-xs: 0.75rem;
    --spacing-sm: 1.5rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --nav-height: 64px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F60-scss-mobile-p.scss%22%2C%22wp-content%2Fcustom_codes%2F60-scss-tablet-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjBA%3BAAIA%3BAEJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */