.elementor-kit-5{--e-global-color-primary:#061B3A;--e-global-color-secondary:#F4F5F7;--e-global-color-text:#010101;--e-global-color-e4cfbd2:#333333;--e-global-typography-primary-font-family:"Bai Jamjuree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bai Jamjuree";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Georgia";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bai Jamjuree";--e-global-typography-accent-font-weight:500;font-family:"DM Sans", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.elementor-widget:not(:last-child){margin-block-end:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
}

/** {*/
/*  font-family: 'Garamond', serif !important;*/
/*}*/
body, p ,span {
  font-family: 'Garamond', serif !important;
}
:root {
  --color-primary: #061B3A;
  --color-secondary: #2B3440;
  --color-background: #F4F5F7;
  --color-accent: #00B3C6;
  --color-warning: #F2A900;
}

/* Background */
body {
  background-color: var(--color-background);
  color: var(--color-secondary);
  font-family: 'Garamond', serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--color-primary);
}


/* Warning / highlight */
.warning,
.alert,
.notice {
  background-color: var(--color-warning);
}/* End custom CSS */