@font-face {
  font-family: 'BetterTogetherLight';
  font-weight: light;
  font-display: swap;
  src: url('../fonts/bettertogether-light-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-light-webfont.woff') format('woff');
}


@font-face {
  font-family: 'BetterTogetherRegular';
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/bettertogether-regular-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'BetterTogetherMedium';
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/bettertogether-medium-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-medium-webfont.woff') format('woff');
}

@font-face {
  font-family: 'BetterTogetherBold';
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/bettertogether-bold-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-bold-webfont.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: TrueLight;
  font-weight: 300;
  src: url(https://www.true.th/static/true-light-2464ac3b7aa66ac883d25102c6600ff7.woff2) format("woff2"), url(https://www.true.th/static/true-light-6e7bca88be597791ed3e25283989b4ba.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: TrueMedium;
  font-weight: 400;
  src: url(https://www.true.th/static/true-medium-df4f7f923127f1996b6e6089155ee529.woff2) format("woff2"), url(https://www.true.th/static/true-medium-f9109596798bd8a68fa934a3e3b731b1.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: TrueBold;
  font-weight: 700;
  src: url(https://www.true.th/static/true-bold-61d87478b4c0d4f47fe33afeeeae70a4.woff2) format("woff2"), url(https://www.true.th/static/true-bold-06ec62031fa5d86ad8fbc805723fdca9.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: TrueBoldSpecial;
  font-weight: 800;
  src: url(https://www.true.th/static/true-bold-special-1485748d2b1a528595c902e71225a047.woff2) format("woff2"), url(https://www.true.th/static/true-bold-special-6237537c3d1638511e9d6562ae86bcec.woff) format("woff")
}

@font-face {
  font-family: 'better_togetherbold';
  src: url('../fonts/bettertogether-bold-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'better_togetherlight';
  src: url('../fonts/bettertogether-light-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'better_togethermedium';
  src: url('../fonts/bettertogether-medium-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'better_togetherregular';
  src: url('../fonts/bettertogether-regular-webfont.woff2') format('woff2'),
    url('../fonts/bettertogether-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body,
p,
span,
a,
td,
th {
  font-family: "better_togetherregular" !important;
  font-weight: normal;
  font-style: normal;
}

.fBetterReg {
  font-family: "better_togetherregular" !important;
}

.fBetterB {
  font-family: "better_togetherbold" !important;
}

.fBetterLi {
  font-family: "better_togetherlight" !important;
}

.fBetterMed {
  font-family: "better_togethermedium" !important;
}

@media only screen and (min-width: 1200px) {
  .fBetterRegD {
    font-family: "better_togetherregular" !important;
  }
  
  .fBetterBD {
    font-family: "better_togetherbold" !important;
  }
  
  .fBetterLiD {
    font-family: "better_togetherlight" !important;
  }
  
  .fBetterMedD {
    font-family: "better_togethermedium" !important;
  }
}