/*
Theme Name: BM3 Coming Soon
Theme URI: https://bartoszmarciniak.com/
Author: Bartosz Marciniak
Description: Minimalistyczny motyw WordPress do wyświetlania strony zaślepki bez menu i stopki.
Version: 2.0
Requires at least: 5.0
Requires PHP: 8.1
*/

@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/AmaticSC-Regular.ttf') format('woff2');
}

@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/AmaticSC-Bold.ttf') format('woff2');
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background: #fff;
}

.social-outer {
    display: flex;
    justify-content: center;
    align-items: center;
   /* gap: 10px;
    margin-top: 15px;*/
}

.social img {
    display: block;
}

.social a {
    border: 0;
    text-decoration: none;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: #000000;
    text-decoration: none;
}
