/*
Theme Name: Nexi Native App Theme
Theme URI: https://nexilife.co.kr
Template: lovedate
Author: Nexi Development Team
Author URI: https://nexilife.co.kr
Description: Nexi Native App Theme - 당근 앱 스타일의 네이티브 앱 UI를 적용한 BuddyPress 커스텀 테마입니다. LoveDate 테마를 기반으로 모바일 최적화, 카드 스타일 레이아웃, 스켈레톤 로딩, 무한 스크롤, Pull-to-Refresh 등 네이티브 앱 기능을 제공합니다.
Tags: buddypress,social-network,native-app,mobile-first,community,dating,one-column,custom-colors,custom-menu,rtl-language-support
Version: 1.0.0
Updated: 2025-12-28 14:45:00
*/

:root {
  --main: #916eff;
  --accent: #ff88ff;
  --secondary: #bd9dfe;
  --text: #322977;
  --light: #ffffff99;
  --white: #ffffff;
  --green: #70833c;
  --heading: #191250;
  --body: #322977;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-bgcolor: #191250;
  --btn-bgcolor2: #ff88ff;
  --e-global-color-primary: #916eff;
  --e-global-color-secondary: #ff88ff;
  --menu-color: #191250;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --font-size-md: 18px;
  --line-height-md: 25.2px;
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}
