@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
	font-family: 'archia'; /* Đặt tên font là 'abc' */
	src: url('/fonts/Archia-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

/* Sử dụng font 'Archia' cho toàn bộ trang */
body {
	font-family: 'archia', sans-serif;
}
#offer-label {
    .svgText {
        fill: white;
        stroke: #F16183;
        stroke-width: 12px;
        stroke-linejoin: round;
        paint-order: stroke;
    }
    svg {
        font-size: 38px;
        font-weight: bold;
        width: 250px;
        height: 45px;
        fill: white;
    }
}
.tracking-wide {
    letter-spacing: 0.025em;
}