29 lines
617 B
CSS
29 lines
617 B
CSS
@import "tailwindcss";
|
|
|
|
@theme {
|
|
--color-co-blue: #243887;
|
|
--color-co-lightblue: #907eff;
|
|
--color-co-red: #ff1300;
|
|
--color-co-green: #6cc11f;
|
|
--color-co-yellow: #ffdd00;
|
|
--color-co-orange: #ff5300;
|
|
|
|
--radius-co: 40%;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Manometer";
|
|
src: url("https://coopgo.fr/fonts/manometer.woff2") format("woff2"), url("/fonts/manometer.woff") format("woff"); }
|
|
|
|
@font-face {
|
|
font-family: "Bitter";
|
|
font-style: normal;
|
|
src: url("https://coopgo.fr/fonts/Bitter-Regular.woff") format("woff"); }
|
|
|
|
|
|
@layer base {
|
|
html {
|
|
font-family: Bitter, serif;
|
|
}
|
|
}
|