/*
Theme Name:   web-agency
Theme URI:    http://web-agency.at
Description: none
Author: Christian Bena
Author URI: http://www.web-agency.at
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */




/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2015 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/licenses/fontsite/webfont
 *
 *
 */

@font-face {
    font-family: park_avenue_fsregular;
    src: url('https://highemotion.at/wp-content/themes/web-agency/fonts/ParkAvenue-webfont.eot');
    src: url('https://highemotion.at/wp-content/themes/web-agency/fonts/ParkAvenue-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://highemotion.at/wp-content/themes/web-agency/fonts/ParkAvenue-webfont.woff2') format('woff2'),
         url('https://highemotion.at/wp-content/themes/web-agency/fonts/ParkAvenue-webfont.woff') format('woff'),
         url('https://highemotion.at/wp-content/themes/web-agency/fonts/ParkAvenue-webfont.ttf') format('truetype'),
         url('https://highemotion.at/wp-content/themes/web-agency/fonts/ParkAvenue-webfont.svg#park_avenue_fsregular') format('svg');


}


.font {font-family: park_avenue_fsregular;}

/* remove transtion for for objects with the class 'parallax' */
.parallax {
    transition: none !important;
}