Wire production domain, CORS for tenant subdomains, celery volume mounts, and nginx reverse proxy configs for apex, API, identity, auth, and wildcard tenants. Co-authored-by: Cursor <cursoragent@cursor.com>
67 lines
1.7 KiB
CSS
67 lines
1.7 KiB
CSS
/* Yekan Bakh FaNum Font Family */
|
|
@font-face {
|
|
font-family: 'Yekan Bakh FaNum';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url('./YekanBakhFaNum-Light.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yekan Bakh FaNum';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url('./YekanBakhFaNum-Regular.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yekan Bakh FaNum';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url('./YekanBakhFaNum-SemiBold.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yekan Bakh FaNum';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url('./YekanBakhFaNum-Bold.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Yekan Bakh FaNum';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src: url('./YekanBakhFaNum-ExtraBold.woff') format('woff');
|
|
}
|
|
|
|
/* Font Family Classes */
|
|
.font-yekan-light {
|
|
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.font-yekan-regular {
|
|
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.font-yekan-semibold {
|
|
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.font-yekan-bold {
|
|
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.font-yekan-extrabold {
|
|
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
font-weight: 800;
|
|
}
|