
@font-face {
    font-family: 'Arial';
    src: url('../font/Arial-bold_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Silom';
    src: url('../font/Silom.ttf') format('truetype');
}

@font-face {
    font-family: 'markerfelt';
    src: url('../font/MarkerFeltWide\ Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'chalkboard';
    src: url('../font/Chalkboard-SE.ttf') format('truetype');
}

@font-face {
    font-family: 'ArialRmb';
    src: url('../font/Arial\ Rounded\ MT\ Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'math';
    src: url('https://static.igem.wiki/teams/5398/font/stixmathjax-misc-bold.woff') format('woff');
}

body{
    cursor: url('https://static.igem.wiki/teams/5398/home/cursor.svg'),auto;
}

#sign1{
    color: rgb(99,229,213);
}

#sign2{
    color: rgb(253,164,209);
}

#sign3{
    color: rgb(255,239,213);
}

#sign4{
    color: rgb(196,189,213);
}



/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
