/* ============================================================
   FONTS
   ============================================================ */

/* Architects Daughter */
@font-face {
    font-family: 'Architects Daughter';
    src: url('/static/fonts/architects-daughter/ArchitectsDaughter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Caveat */
@font-face {
    font-family: 'Caveat';
    src: url('/static/fonts/caveat/Caveat-VariableFont_wght.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

/* Gochi Hand */
@font-face {
    font-family: 'Gochi Hand';
    src: url('/static/fonts/gochi-hand/GochiHand-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Indie Flower */
@font-face {
    font-family: 'Indie Flower';
    src: url('/static/fonts/indie-flower/IndieFlower-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Pacifico */
@font-face {
    font-family: 'Pacifico';
    src: url('/static/fonts/pacifico/Pacifico-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Playpen Sans */
@font-face {
    font-family: 'Playpen Sans';
    src: url('/static/fonts/playpen-sans/PlaypenSans-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 800;
    font-style: normal;
    font-display: swap;
}

/* Playwrite PE */
@font-face {
    font-family: 'Playwrite PE';
    src: url('/static/fonts/playwrite-peru/PlaywritePE-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 400;
    font-style: normal;
    font-display: swap;
}

.home-photo {
    flex-shrink: 0;
}

.photo-circle {
    width:          180px;
    height:         180px;
    border-radius:  50%;
    object-fit:     cover;
    display:        block;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.53);
}

@media (max-width: 600px) {
    .photo-circle {
        width:  180px;
        height: 180px;
    }
}
