@font-face {
    font-family: Oxygen;
    src: url("Oxygen-Light.ttf") format("truetype");
}
@font-face {
	font-family:Oxygen;
	src:url("Oxygen-Regular.ttf") format("truetype");
	font-weight:400;
}
@font-face {
	font-family:Oxygen;
	src:url("Oxygen-Bold.ttf") format("truetype");
	font-weight:700;
}
:root {
    --primary-font-family: "SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC",Helvetica,Arial,sans-serif,"BlinkMacSystemFont","Segoe UI",Roboto,"Helvetica Neue",system-ui,-apple-system;
    --price-font-family:'Oxygen',"SF Pro TC","SF Pro Text","SF Pro Icons","PingFang TC", sans-serif;
    --primary-pink: #d62872;
    --primary-link-color: #027bff;
    --main-font: Helvetica, sans-serif;
    --price-font: Century Gothic, sans-serif;
    --momo-color: #d62872;
    --momo-blue: #027BFF;
    --momo-red: #dd2726;
}