50 lines
1.1 KiB
CSS
50 lines
1.1 KiB
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: "Poppins";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("/public/fonts/Poppins-Regular.woff2") format("woff2"); }
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url("/public/fonts/Poppins-Medium.woff2") format("woff2"); }
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url("/public/fonts/Poppins-SemiBold.woff2") format("woff2"); }
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url("/public/fonts/Poppins-Bold.woff2") format("woff2"); }
|
|
|
|
@layer base {
|
|
html {
|
|
font-family: Poppins, sans-serif;
|
|
}
|
|
input {
|
|
padding: 2px;
|
|
}
|
|
}
|