4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 08:30:47 +00:00
Files
cotech-website/assets/css/app.css
2025-06-20 14:43:49 +01:00

53 lines
960 B
CSS

@font-face {
font-family: 'open_sansregular';
src: url("/assets/fonts/OpenSans-Regular-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansbold';
src: url("/assets/fonts/OpenSans-Bold-webfont.woff");
font-weight: normal;
font-style: normal;
}
p, li, a {
font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
color: #1e2637;
}
h1, h2, h3, h4, h5, h6 {
font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.header {
display: flex;
padding: 1.4rem;
align-items: center;
justify-content: space-between;
}
.header a {
text-decoration: none;
}
.header a:hover {
text-decoration: underline;
color: #38aad5;
}
.header_logo-link {
display: flex;
align-items: center;
gap: 0.7rem;
}
.header_menu-list {
list-style-type: none;
display: flex;
gap: 0.7rem;
font-size: 1rem;
letter-spacing: 0.05em;
}