/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
	--bg: #f6f6f6;
	--ink: #18181b;
	--cyan: #00e3fd;
	--yellow: #fdd400;
	--pink: #ff81f5;
}

body {
	background-color: var(--bg);
}

.bg-dot {
	background-image: radial-gradient(#acadad 1px, transparent 1px);
	background-size: 24px 24px;
	background-attachment: fixed;
}

.font-headline {
	font-family: "Space Grotesk", sans-serif;
}

.font-body {
	font-family: "Be Vietnam Pro", sans-serif;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
}

.neo-shadow {
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 1);
}

.neo-shadow-lg {
	box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 1);
}

.halftone-pattern {
	background-image: radial-gradient(#acadad 1px, transparent 0);
	background-size: 12px 12px;
	opacity: 0.15;
}

.qr-display svg {
	display: block;
	width: min(56vw, 360px);
	height: auto;
}
