@font-face {
    font-family: 'ara-oms';
    src: url('fonts/ara-oms/araoms-webfont.woff2') format('woff2'),
         url('fonts/ara-oms/araoms-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('fonts/inter-web/inter-regular.woff2') format('woff2'),
         url('ffonts/inter-web/inter-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('fonts/inter-web/inter-light.woff2') format('woff2'),
         url('ffonts/inter-web/inter-light.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('fonts/inter-web/inter-semi-bold.woff2') format('woff2'),
         url('ffonts/inter-web/inter-semi-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('fonts/inter-web/inter-bold.woff2') format('woff2'),
         url('ffonts/inter-web/inter-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('fonts/inter-web/inter-light-italic.woff2') format('woff2'),
         url('ffonts/inter-web/inter-light-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: 'inter', sans-serif;
    min-width: 320px;
    box-sizing: border-box;
    margin: 0 38px;
    font-size: 15px;
    position: relative;
}

a {
    /* color: #757575; */
    /* color: #8a909a; */
    color: hsl(240, 70%, 53%);
    /* color: #a5a9af; */
    /* color: #8c121c; */
    /* text-decoration: none; */
}

a:hover {
    color: #000;
}

bold {
   font-weight: bold; 
}

i {
    font-style: italic;
}

/* header {
    height: 270px;
    display: flex;
} */

.intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0;
}

.intro-column {
    width: 30%;
}

.intro-title {
    font-family: serif;
    font-size: 25px;
    margin-bottom: 15px;
}

.intro-img {
    width: 100%;
    /* filter: saturate(0); */
    margin-top: 5px;
}

.intro-miniTitle {
    font-family: serif;
    font-size: 25px;
    margin-bottom: 15px;
}

.intro-text, .intro-links {
    font-family: 'inter', sans-serif;
    /* font-size: 15px; */
    line-height: 1.7;
    letter-spacing: 0.14px;
    margin-bottom: 18px;
}

.intro-text a, .intro-contact a {
    background-color: white;
    color: rgb(0, 0, 255);
    border-radius: 0;
    padding: 0;
    text-decoration: none;
}

.intro-text a:hover {
    color: rgba(0, 0, 0, .3);
}

.intro-more {
    /* font-family: serif; */
    margin-top: 25px;
}