/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/
/* path tương đối từ file style.css của theme child */
@font-face {
  font-family: "MomoTrustSans";
  src: url("assets/fonts/momo-trust-sans/MomoTrustSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MomoTrustSans";
  src: url("assets/fonts/momo-trust-sans/MomoTrustSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MomoTrustSans";
  src: url("assets/fonts/momo-trust-sans/MomoTrustSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MomoTrustSans";
  src: url("assets/fonts/momo-trust-sans/MomoTrustSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MomoTrustSans";
  src: url("assets/fonts/momo-trust-sans/MomoTrustSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MomoTrustSans";
  src: url("assets/fonts/momo-trust-sans/MomoTrustSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
* {
	font-family: "MomoTrustSans", system-ui, sans-serif !important;
}
h1 { font-weight: 700; }