@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css"); @import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap'); @import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css'); @import "tailwindcss"; @import "tw-animate-css"; @import "shadcn/tailwind.css"; @custom-variant dark (&:is(.dark *)); @theme inline { --font-heading: var(--font-sans); --font-sans: var(--font-sans); --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar: var(--sidebar); --color-chart-5: var(--chart-5); --color-chart-4: var(--chart-4); --color-chart-3: var(--chart-3); --color-chart-2: var(--chart-2); --color-chart-1: var(--chart-1); --color-ring: var(--ring); --color-input: var(--input); --color-border: var(--border); --color-destructive: var(--destructive); --color-accent-foreground: var(--accent-foreground); --color-accent: var(--accent); --color-muted-foreground: var(--muted-foreground); --color-muted: var(--muted); --color-secondary-foreground: var(--secondary-foreground); --color-secondary: var(--secondary); --color-primary-foreground: var(--primary-foreground); --color-primary: var(--primary); --color-popover-foreground: var(--popover-foreground); --color-popover: var(--popover); --color-card-foreground: var(--card-foreground); --color-card: var(--card); --color-foreground: var(--foreground); --color-background: var(--background); --radius-sm: calc(var(--radius) * 0.6); --radius-md: calc(var(--radius) * 0.8); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) * 1.4); --radius-2xl: calc(var(--radius) * 1.8); --radius-3xl: calc(var(--radius) * 2.2); --radius-4xl: calc(var(--radius) * 2.6); } @font-face { font-family: "NType82Headline"; src: url("https://f.imnya.ng/font/NType82-Headline.woff2") format("woff2"); } .font-ntype { font-family: "NType82Headline", sans-serif !important; } .font-galmuri { font-family: "Galmuri", sans-serif !important; } :root { --background: hsl(340 40% 98%); --foreground: hsl(315 21% 8%); --card: hsl(340 40% 98%); --card-foreground: hsl(315 21% 8%); --popover: hsl(340 40% 98%); --popover-foreground: hsl(315 21% 8%); --primary: hsl(340 25% 15%); --primary-foreground: hsl(0 0% 98%); --secondary: hsl(340 25% 95%); --secondary-foreground: hsl(240 5.9% 10%); --muted: hsl(340 20% 95%); --muted-foreground: hsl(340 10% 60%); --accent: hsl(340 25% 94%); --accent-foreground: hsl(240 5.9% 10%); --destructive: hsl(0 84.2% 60.2%); --destructive-foreground: hsl(0 0% 98%); --border: hsl(340 25% 90%); --input: hsl(340 25% 90%); --ring: hsl(315 21% 8%); --chart-1: hsl(12 76% 61%); --chart-2: hsl(173 58% 39%); --chart-3: hsl(197 37% 24%); --chart-4: hsl(43 74% 66%); --chart-5: hsl(27 87% 67%); --radius: 0.625rem; --sidebar-background: hsl(340 25% 98%); --sidebar-foreground: hsl(240 5.3% 26.1%); --sidebar-primary: hsl(240 5.9% 10%); --sidebar-primary-foreground: hsl(0 0% 98%); --sidebar-accent: hsl(340 20% 95%); --sidebar-accent-foreground: hsl(240 5.9% 10%); --sidebar-border: hsl(340 20% 90%); --sidebar-ring: hsl(217.2 91.2% 59.8%); --scrollbar: hsla(340 10% 60% / 0.5); --scrollbar-hover: hsla(340 10% 60% / 0.8); --sidebar: hsl(0 0% 98%); } .dark { --background: hsl(315 21% 8%); --foreground: hsl(0 0% 98%); --card: hsl(315 21% 8%); --card-foreground: hsl(0 0% 98%); --popover: hsl(315 21% 8%); --popover-foreground: hsl(0 0% 98%); --primary: hsl(0 0% 98%); --primary-foreground: hsl(240 5.9% 10%); --secondary: hsl(296, 18%, 15%); --secondary-foreground: hsl(0 0% 98%); --muted: hsl(296, 18%, 15%); --muted-foreground: hsl(240 5% 68%); --accent: hsl(296, 18%, 15%); --accent-foreground: hsl(0 0% 98%); --destructive: hsl(0 62.8% 30.6%); --destructive-foreground: hsl(0 0% 98%); --border: hsl(296, 18%, 15%); --input: hsl(296, 18%, 15%); --ring: hsl(240 4.9% 83.9%); --chart-1: hsl(220 70% 50%); --chart-2: hsl(160 60% 45%); --chart-3: hsl(30 80% 55%); --chart-4: hsl(280 65% 60%); --chart-5: hsl(340 75% 55%); --sidebar-background: hsl(240 5.9% 10%); --sidebar-foreground: hsl(240 4.8% 95.9%); --sidebar-primary: hsl(224.3 76.3% 48%); --sidebar-primary-foreground: hsl(0 0% 100%); --sidebar-accent: hsl(296, 18%, 15%); --sidebar-accent-foreground: hsl(240 4.8% 95.9%); --sidebar-border: hsl(296, 18%, 15%); --sidebar-ring: hsl(217.2 91.2% 59.8%); --sidebar: hsl(240 5.9% 10%); --scrollbar: hsla(340 10% 60% / 0.5); --scrollbar-hover: hsla(340 10% 60% / 0.8); } @layer base { * { @apply border-border outline-ring/50; } body { @apply bg-background text-foreground; font-family: "Wanted Sans Variable", "Wanted Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; } } .image-scale { transition-property:scale,border-radius box-shadow; transition-duration:.7s; transition-timing-function:var(--ease-out-expo) } @media (hover:hover) { .image-scale:hover { --tw-scale-x:105%; --tw-scale-y:105%; --tw-scale-z:105%; scale:var(--tw-scale-x)var(--tw-scale-y); border-radius:var(--radius-lg) } } .image-scale:hover { z-index:10; box-shadow:0 15px 45px #0006 } /* Fullscreen Scroll Snap */ html { scroll-behavior: smooth; } body { scroll-snap-type: y mandatory; } .snap-section { scroll-snap-align: start; scroll-snap-stop: always; } strong { font-weight: 600; }