/*
Theme Name: Artil_Opishnya
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --index: calc(1vw + 1vh);
    --color-header: #d35004;
    --color-text: #201a17;
    --gallery-gap: calc(var(--index) * 7.5)
}

@font-face {
    font-family: Soyuz-Grotesk-Bold;
    src: url(./fonts/Soyuz-Grotesk-Bold.otf);
}

#text-173489549 > * {
    color: #f05922;
    font-family: 'Soyuz-Grotesk-Bold';
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.p{
    color: red;
}