:root {
  --colorAccent: #f4a400;

/* Colors */
  --colorBase: #ecf6fa;
  --colorBlack: #2e2e2e;
  --colorImportant: #ff0051;
  --colorLink: #003da7;
  --colorMain: #203a72;
  --familyInter: "Inter", "Noto Sans JP", sans-serif;
  --familyMontserrat: "Montserrat", "Noto Sans JP", sans-serif;

/* Families */
  /* Use the most common English font and Japanese Font as the base */
  --familyNotoSans: "Noto Sans JP", sans-serif;

/* Font Size clamp: https: //min-max-calculator.9elements.com/ */
  --fontMax14Min12: clamp(0.75rem, 0.642rem + 0.34vw, 0.875rem);
  --fontMax16Min14: clamp(0.875rem, 0.767rem + 0.34vw, 1rem);
  --fontMax18Min16: clamp(1rem, 0.892rem + 0.34vw, 1.125rem);
  --fontMax24Min18: clamp(1.125rem, 0.926rem + 0.85vw, 1.5rem);
  --fontMax28Min22: clamp(1.375rem, 1.052rem + 1.03vw, 1.75rem);
  --fontMax32Min24: clamp(1.5rem, 1.069rem + 1.38vw, 2rem);
  --fontMax48Min24: clamp(1.5rem, 0.207rem + 4.14vw, 3rem);
}
