:root {
    --transition: .7s;
}

@font-face {
    font-family: "Poiret";
    src: url("../../fonts/PoiretOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad";
    src: url("../../fonts/MYRIADPRO-REGULAR.OTF") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad";
    src: url("../../fonts/MyriadPro-Light.otf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Myriad", Arial, sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    background-color: #cacacc;
}