@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap');
body {font-family: 'IBM Plex Mono', monospace;}
a {text-decoration: none;}


/* fonts */

.fs-9 {font-size: 9px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}


/* FIRMA */

.woo,.x {
    font-weight: 500
}

.woo {
    color: #fff!important
}

.x {
    color: #ef7f1a!important
}

