@font-face {
    font-family: "Faune Regular";
    src: url("assets/fonts/Faune-Text_Regular.woff2") format("woff2"),
        url("assets/fonts/Faune-Text_Regular.ttf") format("ttf");
}

@font-face {
    font-family: "Faune Bold";
    src: url("assets/fonts/Faune-Text_Bold.woff2") format("woff2"),
        url("assets/fonts/Faune-Text_Bold.ttf") format("ttf");
}

@font-face {
    font-family: "Faune Black";
    src: url("assets/fonts/Faune-Display_Black.woff2") format("woff2"),
        url("assets/fonts/Faune-Display_Black.ttf") format("ttf");
}

@font-face {
    font-family: "Faune Bold Italic";
    src: url("assets/fonts/Faune-Display_Bold_Italic.woff2") format("woff2"),
        url("assets/fonts/Faune-Display_Bold_Italic.ttf") format("ttf");
}

body {
    color: #3255A4;
}

.faune-regular {
    font-family: "Faune Regular";
}

.faune-bold {
    font-family: "Faune Bold";
}

.faune-black {
    font-family: "Faune Black";
}

.faune-bold-italic {
    font-family: "Faune Bold Italic";
    text-transform: uppercase;
}


.top-left-rounded {
    border-top-left-radius: 45px;
    border-width: 6px;
    border-color: #FFDCC2 !important;
}

.bottom-right-rounded {
    border-bottom-right-radius: 45px;
    overflow: hidden;
    border-color: #FFDCC2 !important;
}

/* p a:link {
    text-decoration: none;
    background-image: linear-gradient(to bottom, transparent 50%, #FFDCC2 50%);
    background-origin: 0;
    background-size: 200% 60%;
    background-repeat: repeat-x;
    background-position: 0 100%;
    transition: background-position 0.5s;
}

p a:hover {
    background-position: -100% 100%;
    background-image: linear-gradient(to bottom, transparent 50%, #131c2f 50%);
}

p a {
    text-decoration: none;
    color: #3255A4 !important;
} */

.follow>p a:link {
    text-decoration: underline;
}

.follow>p a:hover {
    text-decoration: none;
}

p a {
    text-decoration: underline;
    color: #3255A4;
}

p a:hover {
    text-decoration: none;
}

.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.follow {
    background-color: #FFDCC2;
}

.introimage {
    max-height: 100% !important;
    max-width: 100% !important;
}

.navigation {
    background-color: #131c2f;
    color: white;
}

.light-link {
    color: #FFDCC2
}