﻿
:root {
	--theme-primary: #f8d0dd;
	--theme-primary-light: #fce4ec;
	--theme-primary-dark: #e87b9e;
	--theme-primary-bg: #dddddd;
	--theme-primary-kamoku: #f9f9f9;
	--theme-primary-kamoku-chara: var(--theme-primary-dark);
	--theme-primary-uke: #f8a3be;
	--theme-primary-uke-chara: #ffffff;
	--theme-primary-uke-border: 2px solid #d67592;
	--theme-primary-uke-hover: #f2c2d1;
	--theme-primary-yoya: #dd4173;
	--theme-primary-yoya-chara: #ffffff;
	--theme-primary-yoya-border: 2px solid #9ca3af;
	--theme-primary-yoya-hover: #f2c2d1;
	--color-font: #6c6c6c;
	--color-status: var(--theme-primary-light);
	--color-white: #ffffff;
}
.btn-info, .btn-success {
	color: var(--color-white);
	background-color: var(--theme-primary-dark);
}

.lbtn , .login-button{
	background-color: var(--theme-primary-uke);
}

.bold_blue {
	color: var(--color-font);
}

.fontwhite {
	color: var(--color-font);
}
.forgot-password-link {
	color: var(--theme-primary-dark);
}
.checkbox-input:checked + .checkbox-custom {
	background: var(--theme-primary-dark);
	border-color: var(--theme-primary-dark);
}
.calendar-nav-btn {
	background-color: var(--theme-primary-yoya);
}
.calendar-title {
	background: var(--theme-primary-dark);
	color: var(--color-white);
}
.entry-button {
	color: var(--theme-primary-dark);
	border: 2px solid var(--theme-primary-dark);
}
.section h2 {
	color: var(--theme-primary-dark);
}
.rsv_status {
	color: var(--theme-primary-yoya);
}