@font-face {
    font-family: 'Marr Sans';
    src: url('https://static.thejournal.ie/font/marrsans-semibold.woff2') format('woff2'),
        url('https://static.thejournal.ie/font/marrsans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    ascent-override: 80%;
}

@font-face {
    font-family: 'Le Monde Journal';
    src:url("https://use.typekit.net/af/308af6/000000000000000077359921/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/308af6/000000000000000077359921/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/308af6/000000000000000077359921/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-weight: 400;
    font-style: normal;
    ascent-override: 100%;
}

body {
    font-family: 'Le Monde Journal';
    font-weight: 400;
    font-size: 18px;
}

.embed-placeholder-container-redesign {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    position: relative;
}

.embed-placeholder-aligner-redesign {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.embed-placeholder-header-redesign {
    font-family: 'Marr Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}

.embed-placeholder-text-redesign {
    margin-bottom: 16px;
}

.embed-placeholder-link-redesign {
    color: #006aa0;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    body {
      font-size: 15px;
    }

    .embed-placeholder-header-redesign {
        font-size: 20px;
    }
}
