@ -1,57 +1,56 @@
/* Custom CSS styles */
/* Custom CSS styles */
@ font-face {
@ font-face {
font-family : 'Signika Bold' ;
font-family : "Signika Bold" ;
src : url ( 'fonts/Signika-Bold.ttf' ) format ( 'ttf' ) ;
src : url ( "fonts/Signika-Bold.ttf" ) format ( "ttf" ) ;
font-weight : bold ;
font-weight : bold ;
font-style : normal ;
font-style : normal ;
}
}
@ font-face {
@ font-face {
font-family : 'Signika' ;
font-family : "Signika" ;
src : url ( 'fonts/Signika-Regular.ttf' ) format ( 'ttf' ) ;
src : url ( "fonts/Signika-Regular.ttf" ) format ( "ttf" ) ;
font-weight : normal ;
font-weight : normal ;
font-style : normal ;
font-style : normal ;
}
}
@ font-face {
@ font-face {
font-family : 'Rubik' ;
font-family : "Rubik" ;
src : url ( 'fonts/Rubik-Bold.ttf' ) format ( 'ttf' ) ,
src : url ( "fonts/Rubik-Bold.ttf" ) format ( "ttf" ) ,
url ( 'fonts/rubik-bold-webfont.woff' ) format ( 'woff' ) ,
url ( "fonts/rubik-bold-webfont.woff" ) format ( "woff" ) ,
url ( 'fonts/rubik-bold-webfont.woff2' ) format ( 'woff2' ) ;
url ( "fonts/rubik-bold-webfont.woff2" ) format ( "woff2" ) ;
font-weight : bold ;
font-weight : bold ;
font-style : normal ;
font-style : normal ;
}
}
@ font-face {
@ font-face {
font-family : 'Rubik' ;
font-family : "Rubik" ;
src : url ( 'fonts/Rubik-Regular.ttf' ) format ( 'ttf' ) ;
src : url ( "fonts/Rubik-Regular.ttf" ) format ( "ttf" ) ;
font-weight : normal ;
font-weight : normal ;
font-style : normal ;
font-style : normal ;
}
}
@ font-face {
@ font-face {
font-family : 'Rubik' ;
font-family : "Rubik" ;
src : url ( 'fonts/Rubik-Italic.ttf' ) format ( 'ttf' ) ;
src : url ( "fonts/Rubik-Italic.ttf" ) format ( "ttf" ) ;
font-weight : normal ;
font-weight : normal ;
font-style : italic ;
font-style : italic ;
}
}
@ font-face {
@ font-face {
font-family : 'PalanquinDark' ;
font-family : "PalanquinDark" ;
src : url ( 'fonts/PalanquinDark-Bold.ttf' ) format ( 'ttf' ) ;
src : url ( "fonts/PalanquinDark-Bold.ttf" ) format ( "ttf" ) ;
font-weight : bold ;
font-weight : bold ;
font-style : normal ;
font-style : normal ;
}
}
@ font-face {
@ font-face {
font-family : 'PalanquinDark' ;
font-family : "PalanquinDark" ;
src : url ( 'fonts/PalanquinDark-Regular.ttf' ) format ( 'ttf' ) ;
src : url ( "fonts/PalanquinDark-Regular.ttf" ) format ( "ttf" ) ;
font-weight : normal ;
font-weight : normal ;
font-style : normal ;
font-style : normal ;
}
}
body {
body {
height : 100vh ;
height : 100vh ;
margin : 0px ;
margin : 0px ;
@ -177,7 +176,6 @@ div.footer {
right : 25vw ;
right : 25vw ;
bottom : 2vh ;
bottom : 2vh ;
left : unset ;
left : unset ;
}
}
. leaf {
. leaf {