@font-face {
    font-family: "Panton Heavy";
    src: url("../fonts/panton-heavy.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Panton Regular";
    src: url("../fonts/panton-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Panton Black";
    src: url("../fonts/panton-black.woff2") format("woff2");
}

@font-face {
    font-family: "Neuzeit Grotesk Regular";
    src: url("../fonts/neuzeit-grotesk.woff2") format("woff2");
}

.license-plate__rectangle {
    border: 5px solid black;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

.license-plate__rectangle--country {
    height: 100%;
    width: 16%;
    background-color: blue;
    display: flex;
    flex-direction: column;

    & > div {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

.license-plate__rectangle--id {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
