@font-face {
    font-family: "Mabry";
    src: url('Mabry-Regular.woff2') format('woff2'),
        url('Mabry-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Mabry";
	src: url('Mabry-Light.woff2') format('woff2'), 
		url('Mabry-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;		
}