/* Fonts ----------------------*/

@font-face {
    font-family: 'Supercell-Magic';
    src: url('../fonts/Supercell-Magic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Supercell-Magic.woff') format('woff'), url('../fonts/Supercell-Magic.ttf')  format('truetype'), url('../fonts/Supercell-Magic.svg#Supercell-Magic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SupercellHeadline-Bold';
    src: url('../fonts/SupercellHeadline-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SupercellHeadline-Bold.woff') format('woff'), url('../fonts/SupercellHeadline-Bold.ttf')  format('truetype'), url('../fonts/SupercellHeadline-Bold.svg#SupercellHeadline-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Supercell Text';
    src: url('../fonts/SupercellText-Bold.woff2') format('woff2'),
    url('../fonts/SupercellText-Bold.woff') format('woff'),
    url('../fonts/SupercellText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Supercell Text';
    src: url('../fonts/SupercellText-Medium.woff2') format('woff2'),
    url('../fonts/SupercellText-Medium.woff') format('woff'),
    url('../fonts/SupercellText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Supercell Text';
    src: url('../fonts/SupercellText-Regular.woff2') format('woff2'),
    url('../fonts/SupercellText-Regular.woff') format('woff'),
    url('../fonts/SupercellText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cookie-consent {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #000;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}
.cookie-consent__message {
    padding: 20px;
}
.cookie-consent__message a {
    color: #fff;
}
a.cookie-consent__delete {
    padding: 8px 15px 6px 15px;
    background: #444;
    color: #fff;
    border-radius: 8px;
    margin: 15px 10px 0 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
a.cookie-consent__delete:hover {
    color: #fff;
}
.cookie-consent__agree {
    margin-top: 15px;
}

@media (min-width: 768px) {
    a.cookie-consent__delete, .cookie-consent__agree {
        margin-top: 0 !important;
    }
}
