hic-et-nunc/assets/css/src/_main.scss
camille 6bfd9ae262
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
Fixed home slideshow + new version page infos
2026-06-30 17:54:18 +02:00

70 lines
1.9 KiB
SCSS

@import url("https://p.typekit.net/p.css?s=1&k=wdg5nfi&ht=tk&f=39496.39497&a=95222337&app=typekit&e=css");
@font-face {
font-family: "neue-haas-grotesk-display";
src:
url("https://use.typekit.net/af/174ae3/00000000000000007735bb5a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
format("woff2"),
url("https://use.typekit.net/af/174ae3/00000000000000007735bb5a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
format("woff"),
url("https://use.typekit.net/af/174ae3/00000000000000007735bb5a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
format("opentype");
font-display: auto;
font-style: normal;
font-weight: 500;
font-stretch: normal;
}
@font-face {
font-family: "neue-haas-grotesk-display";
src:
url("https://use.typekit.net/af/db1ce7/00000000000000007735bb5e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
format("woff2"),
url("https://use.typekit.net/af/db1ce7/00000000000000007735bb5e/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
format("woff"),
url("https://use.typekit.net/af/db1ce7/00000000000000007735bb5e/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3")
format("opentype");
font-display: auto;
font-style: italic;
font-weight: 500;
font-stretch: normal;
}
body {
font-family: var(--main-font);
font-size: var(--font-size-S);
line-height: var(--line-height-S);
margin: var(--body-margin);
top: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
a {
color: var(--text-color);
}
p {
box-sizing: border-box;
margin: 0;
width: fit-content;
max-width: 100%;
}
p + p {
margin-top: calc(var(--line-height-S) / 2);
}
ul {
list-style: none;
margin: 0;
padding: 0;
margin: 0;
}