@font-face {  
    font-family: 'Vertica-HuberGX';
    src: url('./Vertica-HuberGX.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #ffc0ba;
    margin: 0;
    padding: 0;
}

body {
    padding: 0 4% 10% 4%;
    overflow: visible;
}

* {
    font-family: 'Vertica-HuberGX';
    font-size: 24vw;
    line-height: 0.95;
    font-variation-settings: "slnt" 0;
    color: #0016f8;
}

a {
    text-decoration: none;
    
/*  For link area even outsite typo spans use the following instead of body padding... */
/*
    display: block;
    padding: 0 4% 10% 4%;
    overflow: visible;
*/
}
a > span {
    display: inline-block;
    white-space: nowrap;
    font-variation-settings: inherit;
}
a > span:last-child:after {
    content: "🙂";  /* SMILEY! */
}
