cookie-traceability/src/styles/globals.css
@font-face {
font-family: 'Geomanist';
src: url('/where-does-my-cookie-come-from/fonts/Geomanist-Medium.woff2') format('woff2'),
url('/where-does-my-cookie-come-from/fonts/Geomanist-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Geomanist';
src: url('/where-does-my-cookie-come-from/fonts/Geomanist-Black.woff2') format('woff2'),
url('/where-does-my-cookie-come-from/fonts/Geomanist-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply antialiased text-black;
}
}