/*
Theme Name: drash child
Template: drash
Text Domain:  drash
*/

@font-face {
    font-family: 'Rosan';
    src: url('/wp-content/themes/drash-Child-Theme/fonts/Rosan-Pro.woff2') format('woff2'),
        url('/wp-content/themes/drash-Child-Theme/fonts/Rosan-Pro.woff') format('woff'),
        url('/wp-content/themes/drash-Child-Theme/fonts/Rosan-Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
        letter-spacing: 2px;
}

.custom-rosan-font h1, .custom-rosan-font h2, .custom-rosan-font h3, .custom-rosan-font h4 {
    font-family: 'Rosan' !important;
}

@media(min-width: 768px) {
   .contact-hide-mobile {
        display: none !important;
    } 
}