@font-face {
    font-family: 'Bayamo';
    src: url('./fonts/Police\ 1\ -\ Bayamo.woff2') format('woff2');
}

@font-face {
    font-family: 'Plush';
    src: url('./fonts/Police\ 2\ -\ Plush.woff2') format('woff2');
}

@font-face {
    font-family: 'Linearity';
    src: url('./fonts/Police\ 3\ -\ linearity.woff2') format('woff2');
}

@font-face {
    font-family: 'Salt';
    src: url('./fonts/Police\ 4\ -\ Salt.woff2') format('woff2');
}

@font-face {
    font-family: 'Elicit Script';
    src: url('./fonts/Police\ 5\ -\ Elicit\ Script.woff2') format('woff2');
}

@font-face {
    font-family: 'Gelato Script';
    src: url('./fonts/Police\ 6\ -\ gelato-script.woff2') format('woff2');
}

@font-face {
    font-family: 'Roda';
    src: url('./fonts/Police\ 7\ -\ roda.woff2') format('woff2');
}

/* @font-face {
    font-family: 'Amertha';
    src: url('./fonts/Police\ 8\ -\ Amertha.woff2') format('woff2');
} */

@font-face {
    font-family: 'Kai Love';
    src: url('./fonts/Police\ 9\ -\ kai-love.woff2') format('woff2');
}

@font-face {
    font-family: 'Camelia Butterfly';
    src: url('./fonts/Police\ 10\ -\ Camelia-Butterfly.woff2') format('woff2');
}

@font-face {
    font-family: 'Maybeline';
    src: url('./fonts/Police\ 11\ -\ Maybeline.woff2') format('woff2');
}

@font-face {
    font-family: 'Lovely Magic';
    src: url('./fonts/Police\ 12\ -\ lovely-magic.woff2') format('woff2');
}

@font-face {
    font-family: 'Caesar Dressing';
    src: url('./fonts/Police\ 13\ -\ Caesar\ Dressing.woff2') format('woff2');
}

@font-face {
    font-family: 'Jeck';
    src: url('./fonts/Police\ 14\ -\ jeck.woff2') format('woff2');
}

@font-face {
    font-family: 'Sheeping Dogs';
    src: url('./fonts/Police\ 15\ -\ Sheeping-Dogs.woff2') format('woff2');
}

@font-face {
    font-family: 'Great Maple';
    src: url('./fonts/Police\ 16\ -\ great-maple.woff2') format('woff2');
}

.police1 {
    font-family: "Bayamo", sans-serif;
}

.police2 {
    font-family: "Aldine 721 BT", serif;
}

.police3 {
    font-family: "Linearity", sans-serif;
}

.police4 {
    font-family: "Salt", sans-serif;
}

.police5 {
    font-family: "Elicit Script", cursive;
}

.police6 {
    font-family: "Gelato Script", cursive;
}

.police7 {
    font-family: "Roda", sans-serif;
}

.police8 {
    font-family: "Amertha", cursive;
}

.police9 {
    font-family: "Kai Love", sans-serif;
}

.police10 {
    font-family: "Camelia Butterfly", cursive;
}

.police11 {
    font-family: "Maybeline Script", cursive;
}

.police12 {
    font-family: "Lovely Magic", cursive;
}

.police13 {
    font-family: "Caesar Dressing", cursive;
}

.police14 {
    font-family: "Jeck", sans-serif;
}

.police15 {
    font-family: "Sheeping Dogs", sans-serif;
}

.police16 {
    font-family: "Great Maple", serif;
}

body {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

/* OPTIONS */

.color-switches {
    display: flex;
    flex-wrap: wrap;
}

.color-switch {
    margin: 3px;
    cursor: pointer;
}

.color-switch input {
    display: none;
}

.color-switch span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.6px solid black;
}

.color-switch input[type="radio"]:checked+span {
    transform: scale(1.2);
    border: 2px solid black;
    transition: transform 0.2s ease, border 0.2s ease;
}

.color-switch input:checked+span {
    border-color: blue;
}

.options-group label,
.options-group select,
.options-group input {
    display: block;
    margin-bottom: 5px;
}

/* SVG PREVIEW */

#svgPreviewContainer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    border-left: 2px solid black;
    background-color: rgb(241, 239, 237);
}

#svgPreview1,
#svgPreview2 {
    width: 500px;
}

#zoomView {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
}

/* CONTROL */

.fullWidth {
    width: 100%;
}

.controls {
    max-height: 100vh;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;

    position: -webkit-sticky;
    position: sticky !important;
    top: 0rem !important;
    align-self: flex-start !important;
}

.control {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    align-items: start;
    justify-content: space-between;
    border: 1px solid black;
}

.control section {
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding: 20px;
    width: 100%;
    max-width: -webkit-fill-available;
}

.controls {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

/* DESIGN */

.design {
    width: 170px;
    height: 50px;
    min-width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    border: 1px solid black;
}

.design-swatches-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
}

.design-swatches {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}