:root {
    --pal-title-fontfamily: eurofurence, Century Gothic, Segoe UI, Verdana, Arial, Helvetica, sans-serif;
    --pal-title-color: black;
}

@font-face {
    font-family: eurofurence;
    src: url('../fonts/eurof35-webfont.eot');
    src: local('eurofurence'), 
        local('eurofurence light'), 
        local('eurofurence Clara'),
        url('fonts/eurof35.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

.post button.postedit {
    float: right;
    margin-left: 12pt;
    margin-bottom: 3pt;
    font-size: 10pt;
    padding: 1pt 4pt;
    min-height: 0pt;
}

body.merlu {
    background-image: url("../../img/merlugris.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    background-size: 50vw;
}

.header .title {
    font-size: 60pt;
    font-size-adjust: cap-height 0.6;
}

.header .logo {
    height: 36pt;
}

.header .motto {
    float: right;
    font-family: var(--pal-title-fontfamily);
    font-size: 24pt;
}

.header .greeting {
    /* Esto deberķa ir en common.css */
    clear: right;
}

.proximamente {
    text-align: center;
    margin: 60pt 0;
}

.proximamente h1 {
    font-size: 36pt;
}

.contacto .icono {
    height: 16pt;
    vertical-align: middle;
    margin-right: 6pt;
}