website/static/css/custom.css

51 lines
1.6 KiB
CSS

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/fonts/Montserrat.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Fortheenas01';
font-style: normal;
font-weight: 400;
src: local('Fortheenas 01'), local('Fortheenas01'), local('Fortheenas_01'), url(/fonts/Fortheenas_01.woff2) format('woff2');
unicode-range: U+0000-00FF;
}
@font-face {
font-family: 'Fortheenas01 Bold';
font-style: normal;
font-weight: bold;
src: local('Fortheenas 01 Bold'), local('Fortheenas01 Bold'), local('Fortheenas_01 Bold'), url('/fonts/Fortheenas_01 Bold.woff2') format('woff2');
unicode-range: U+0000-00FF;
}
html {
background-color: #343a40;
}
body {
font-family: Montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,sans
}
nav.navbar {
box-shadow: 0 1px 3px 0 #9720c944;
}
.anchor {
margin-top: -60px;
height: 60px;
}
.carousel {
background-color: #300940;
}
.text-hilight {
background-color: yellow;
}
footer {
border-top: 3px solid #9720c9;
box-shadow: 0 -7px 12px 0 #344a4055;
z-index: 2
}