/* Add here all your css styles (customizations) */

@font-face {
    font-family: Edosz;
    src: url(./../assets/fonts/edosz/edosz.ttf);
}

@font-face {
    font-family: Poiret One;
    src: url(./../assets/fonts/Poiret_One/PoiretOne-Regular.ttf);    
}

@font-face {
    font-family: Montserrat Regular;
    src: url(./../assets/fonts/montserrat/Montserrat-Regular.ttf);    
}

@font-face {
    font-family: Montserrat SemiBold;
    src: url(./../assets/fonts/montserrat/Montserrat-SemiBold.ttf);    
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat Regular';
}

.block {
    margin-bottom: 100pt;
}

.u-header__section .nav-link {
    color: #222
}

.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}

.highlight {
    background: url(../img/brushes/brush_9CD1C1.png);
    background-repeat: no-repeat;
    background-size: 100% 95%;
    padding: 8px 0;
}

.snapone-montserrat-semibold-one-title {
    font-size: 25pt;
    font-family: 'Montserrat SemiBold';
    font-weight: bold;
}

.snapone-montserrat-semibold-one-subtitle {
    font-size: 15pt;
    font-family: 'Montserrat SemiBold';

}

.snapone-title span { 
    font-family: 'Edosz';
    color: rgb(63, 63, 63);
}

.font-edosz { 
    font-family: 'Edosz';
}

.color-seminar {
    color: #157177;
}

.bg-seminar {
    background-color: #9CD1c1;
}

.coloc-event {
    color: #157177;
}

.bg-event {
    background-color: #157177;
}

.bg-deployment {
    background-color: #133D42;
}

.color-learningtask {
    color: #3E8CA8;
}

.bg-learningtask {
    background-color: #3E8CA8;
}

.bg-gray-light {
    background-color: #f5f5f5 !important;
}

/* CUSTOM */
