/*
Theme Name: Association ICT Manager
Theme URI: https://example.com/
Author: truong_tnq@care-connect.vn
Description: Custom WordPress theme for 一般社団法人介護・保育ICTマネジャー協会.
Version: 1.0.1
Text Domain: association-ict-manager
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap');

:root {
	--font-primary: 'Noto Sans JP', sans-serif;
	--font-condensed: 'Barlow Condensed', sans-serif;
	--primary-white: #DFEAE8;
	--primary-dark: #05090A;
}

.text-primary-white {
	color: var(--primary-white);
}

.text-primary-dark {
	color: var(--primary-dark);
}

.font-primary {
	font-family: var(--font-primary);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-condensed {
	font-family: var(--font-condensed);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	font-family: var(--font-primary);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}