diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 901 |
1 files changed, 901 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..51cf6c8 --- /dev/null +++ b/style.css @@ -0,0 +1,901 @@ +html { + background: linear-gradient(180deg, #392C25 40%, #71574A 100%); + color: #DCDCDC; + font-family: K2D; + box-sizing: border-box; + padding: 0; + font-size: 16px; +} + +main { + padding: 5vw; +} + +body { + max-width: 1250px; + margin: auto; + padding: 16px; +} + +a { + color: #DCDCDC; + text-decoration: underline; + font-weight: 700; +} + +#logo { + display: flex; + align-items: center; + flex-wrap: wrap; + margin-right: auto; +} + +nav { + display: flex; + justify-content: space-between; + flex-direction: row-reverse; + flex-wrap: wrap; + gap: 16px; +} + +#logo h1 { + margin: 0; +} + +header { + background: linear-gradient(180deg, #364B3B 0%, #19311F 100%); + border: 2px solid black; + padding: calc(5vw - 2px); +} + +header br { + margin: 20px; +} + +.button { + background: #DCDCDC; + color: #000000; + text-decoration: none !important; + border: 2px solid black; + border-radius: 12px; + padding: 12px 54px; + font-size: 24px; + font-family: K2D; + font-weight: 600; + box-shadow: inset 0px -16px 16px #00000048, 0 4px 2px #00000048; +} + +header p { + font-size: 32px; + font-weight: 800; + margin-bottom: 0; +} + +.handmade-with { + font-family: Diolce; + display: flex; + align-items: center; + justify-content: end; +} + +.monospace { + font-family: monospace; +} + +header .handmade-with { + text-align: right; +} + +#lovely { + /* fill: #DCDCDC; */ + filter: invert(75%) sepia(77%) saturate(0%) hue-rotate(141deg) brightness(96%) contrast(105%); + height: 30px; + position: relative; + top: 3px; + left: 2px; +} + +#icon { + height: 100px; +} + +.features { + display: flex; + justify-items: start; + align-items: start; + gap: 0 32px; + flex: 0 0 auto; + flex-wrap: wrap; +} + +.features .column { + width: 300px; +} + +.features .feature h3 { + margin-top: 0px; + margin-bottom: 20px; +} + +.features .feature p { + margin-bottom: 36px; +} + +#features { + position: relative; +} + +.at-decoration { + /* display: inline; */ + position: absolute; + color: #2C221D; + font-size: 400px; + font-family: Diolce; + bottom: -128px; + right: 0px; + z-index: -1; +} + +h1 { + font-size: 64px; +} + +h2 { + font-size: 48px; +} + +h3 { + font-size: 32px; +} + +h1, +h2, +h3, +h4, +h5 { + font-family: Diolce; +} + +.k2d-thin { + font-family: "K2D", sans-serif; + font-weight: 100; + font-style: normal; +} + +.k2d-extralight { + font-family: "K2D", sans-serif; + font-weight: 200; + font-style: normal; +} + +.k2d-light { + font-family: "K2D", sans-serif; + font-weight: 300; + font-style: normal; +} + +.k2d-regular { + font-family: "K2D", sans-serif; + font-weight: 400; + font-style: normal; +} + +.k2d-medium { + font-family: "K2D", sans-serif; + font-weight: 500; + font-style: normal; +} + +.k2d-semibold { + font-family: "K2D", sans-serif; + font-weight: 600; + font-style: normal; +} + +.k2d-bold { + font-family: "K2D", sans-serif; + font-weight: 700; + font-style: normal; +} + +.k2d-extrabold { + font-family: "K2D", sans-serif; + font-weight: 800; + font-style: normal; +} + +.k2d-thin-italic { + font-family: "K2D", sans-serif; + font-weight: 100; + font-style: italic; +} + +.k2d-extralight-italic { + font-family: "K2D", sans-serif; + font-weight: 200; + font-style: italic; +} + +.k2d-light-italic { + font-family: "K2D", sans-serif; + font-weight: 300; + font-style: italic; +} + +.k2d-regular-italic { + font-family: "K2D", sans-serif; + font-weight: 400; + font-style: italic; +} + +.k2d-medium-italic { + font-family: "K2D", sans-serif; + font-weight: 500; + font-style: italic; +} + +.k2d-semibold-italic { + font-family: "K2D", sans-serif; + font-weight: 600; + font-style: italic; +} + +.k2d-bold-italic { + font-family: "K2D", sans-serif; + font-weight: 700; + font-style: italic; +} + +.k2d-extrabold-italic { + font-family: "K2D", sans-serif; + font-weight: 800; + font-style: italic; +} + +/* 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; +} |