diff options
Diffstat (limited to 'assets/style.scss')
-rw-r--r-- | assets/style.scss | 820 |
1 files changed, 820 insertions, 0 deletions
diff --git a/assets/style.scss b/assets/style.scss new file mode 100644 index 0000000..fdc6e61 --- /dev/null +++ b/assets/style.scss @@ -0,0 +1,820 @@ +/* App-wide styling */ +body { + max-width: 100vw; + max-height: 100vh; + min-width: 100vw; + min-height: 100vh; + background: linear-gradient(180deg, #392C25 40%, #71574A 100%); + color: #dcdcdc; + font-family: 'K2D', Tahoma, Geneva, Verdana, sans-serif; + padding: 0; + margin: 0; + border: 0; + word-break: break-word; + word-wrap: break-word; + text-wrap: wrap; + overflow-wrap: break-word; +} + +html { + padding: 0; + margin: 0; + border: 0; +} + +.fill { + width: 100vw; + height: 100vh; +} + +.center { + display: flex; + align-items: center; + justify-content: center; +} + +#hero { + display: flex; + flex-wrap: wrap; + flex: 1 1 auto; + align-items: center; + justify-content: center; + gap: 8px; +} + +#hero img { + max-width: 100%; +} + +#hero h1 { + font-size: 64px; + display: inline-block; + width: max(auto, min-content); +} + +.panel { + border: 2px solid black; + background: linear-gradient(180deg, #364B3B 0%, #19311F 100%); +} + +#login-form { + padding: 32px; + margin: 4px; +} + +#login-form form { + margin: auto; + max-width: 350px; + display: flex; + flex-direction: column; + /* align-items: center; */ + justify-content: center; + gap: 4px; +} + +#login-form .button { + margin-top: 16px; +} + +#login-form form>input { + min-width: 0; + width: 100%; + max-width: 100%; + font-size: 1.5rem; +} + +label { + font-weight: bold; +} + +input[type="text"], +input[type="password"] { + border: 2px solid black; + font-family: "k2d"; +} + +aside { + width: 500px; + max-height: 100%; +} + +main { + width: 100%; + height: 100%; +} + +button, +.button { + background: #FACC34; + color: #000000; + text-decoration: none !important; + border: 2px solid black; + border-radius: 12px; + padding: 0.5em 1em; + font-family: K2D; + font-weight: 600; + box-shadow: inset 0px -0.75em 0.5em #ebb62e, 0 0.25em 0.25em #00000048; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: Diolce; + margin: 0; +} + +p { + margin: 0; +} + +.chats-list { + border: 2px solid black; + height: 100%; +} + +.chats-list>* { + padding: 8px 16px; +} + +.chats-list h2 { + margin-top: 0.4rem; + border-bottom: 2px solid black; +} + +.chats-list-item { + display: flex; + gap: 8px; + border-radius: 1em; + padding: 0.5em; + margin: 0.5em 0; + box-sizing: border-box; +} + +.chats-list-item:hover, +.chats-list-item.open { + background: #00000060; + /* color: black; */ + /* border: 2px solid black; */ + /* box-shadow: inset 0px -0.75em 0.5em #19311F, 0 0.25em 0.25em #00000048; */ + /* background: linear-gradient(0deg, #364B3B 0%, #19311F 100%); */ +} + +.chats-list-item .avatar { + width: 48px; + height: 48px; + object-fit: contain; + border-radius: 50%; +} + +/* font-families */ + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-1.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-2.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-3.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-4.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-5.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-6.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-7.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-8.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-9.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-10.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-11.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-12.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-13.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-14.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-15.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-16.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-17.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-18.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-19.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-20.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-21.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-22.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-23.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-24.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-25.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-26.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-27.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-28.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-29.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-30.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-31.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: italic; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-32.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-33.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-34.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-35.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 100; + font-display: block; + src: url('/assets/fonts/k2d-36.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-37.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-38.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-39.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 200; + font-display: block; + src: url('/assets/fonts/k2d-40.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-41.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-42.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-43.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 300; + font-display: block; + src: url('/assets/fonts/k2d-44.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-45.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-46.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-47.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url('/assets/fonts/k2d-48.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-49.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-50.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-51.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 500; + font-display: block; + src: url('/assets/fonts/k2d-52.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-53.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-54.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-55.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 600; + font-display: block; + src: url('/assets/fonts/k2d-56.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-57.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-58.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-59.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 700; + font-display: block; + src: url('/assets/fonts/k2d-60.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* thai */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-61.woff2') format('woff2'); + unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; +} + +/* vietnamese */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-62.woff2') format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; +} + +/* latin-ext */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-63.woff2') format('woff2'); + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; +} + +/* latin */ +@font-face { + font-family: 'K2D'; + font-style: normal; + font-weight: 800; + font-display: block; + src: url('/assets/fonts/k2d-64.woff2') format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +@font-face { + font-family: 'Diolce'; + src: url('/assets/fonts/Diolce-Regular.woff2') format('woff2'); + font-weight: normal; + font-style: italic; + font-display: block; +}
\ No newline at end of file |