91 lines
1.7 KiB
CSS
91 lines
1.7 KiB
CSS
@font-face {
|
|
font-family: "biro script plus";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url(/_static/fonts/biro-script-plus/Biro-Script-Plus.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "brandon text";
|
|
font-weight: 700;
|
|
src: url(/_static/fonts/brandon/brandontextweb-bold-webfont.woff),
|
|
url(/_static/fonts/brandon/brandontextweb-bold-webfont.woff2);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "brandon text";
|
|
font-weight: 900;
|
|
src: url(/_static/fonts/brandon/brandontextweb-black-webfont.woff),
|
|
url(/_static/fonts/brandon/brandontextweb-black-webfont.woff2);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira mono";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(/_static/fonts/fira-mono/FiraMono-Regular.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira mono";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url(/_static/fonts/fira-mono/FiraMono-Medium.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira mono";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url(/_static/fonts/fira-mono/FiraMono-Bold.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url(/_static/fonts/fira-sans/FiraSans-Light.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(/_static/fonts/fira-sans/FiraSans-Regular.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira sans";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url(/_static/fonts/fira-sans/FiraSans-SemiBold.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "fira sans";
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: url(/_static/fonts/fira-sans/FiraSans-Black.ttf);
|
|
}
|
|
|
|
:root {
|
|
font-size: 62.5%;
|
|
--max-width: 113.5rem;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
min-height: 100dvh;
|
|
overflow-x: hidden;
|
|
padding: 0;
|
|
}
|