﻿/*#region 全站通用樣式 */

body {
  font-family: 'Noto Sans TC', 'Times New Roman', 'Open Sans', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

:root {
  --bs-primary: #AD202D; /* #7D0028 / #AD202D */
  --bs-secondary: #A67360;

  --bs-primary-rgb: 125, 0, 40;
  --bs-secondary-rgb: 166, 115, 96;
}

/*#endregion */