@layer base {
    * {
        @apply antialiased;
    }

    div, section, header, footer, main {
        @apply border border-black border-solid;
    }
}
html {
    font-size: 18px;
}

body {
    font-family: 'Bliss', sans-serif;
}

@font-face {
    font-family: 'Bliss';
    src: url('../webfonts/bliss/Bliss.woff2') format('woff2'),
    url('../webfonts/bliss/Bliss.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.section-with-pattern {
    position: relative;
    z-index: 0;
}

.top-pattern {
    position: relative;
    overflow: hidden;
}

.top-pattern > * {
    position: relative;
    z-index: 1;
}
