/* D&G Holiday — Better Together (site-wide) */
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better Together";
  src: url("../fonts/better-together/BetterTogether-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Google Fonts — Chonburi (hero headline) */
@font-face {
  font-family: "Chonburi";
  src: url("../fonts/chonburi/Chonburi-Thai.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}
@font-face {
  font-family: "Chonburi";
  src: url("../fonts/chonburi/Chonburi-Latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.chonburi-regular {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
}

/* Alias legacy "Godwit" name → same files (keeps old CSS working) */
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godwit";
  src: url("../fonts/better-together/BetterTogether-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dg-font: "Better Together", "Godwit", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
li,
label,
td,
th {
  font-family: var(--dg-font) !important;
}
