/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


@font-face{
    font-family:'almoni_dl_aaabold';
    font-weight:700; /*(bold)*/
    font-style: normal;
    src: url('font_files/almoni-dl-aaa-700.eot');
    src: url('font_files/almoni-dl-aaa-700.eot#iefix') format('embedded-opentype'),
    url('font_files/almoni-dl-aaa-700.woff') format('woff'),
    url('font_files/almoni-dl-aaa-700.woff2') format('woff2'),
    url('font_files/almoni-dl-aaa-700.ttf') format('truetype');
}
@font-face{
    font-family:'almoni_dl_aaablack';
    font-weight:900; /*(black)*/
    font-style: normal;
    src: url('font_files/almoni-dl-aaa-900.eot');
    src: url('font_files/almoni-dl-aaa-900.eot#iefix') format('embedded-opentype'),
    url('font_files/almoni-dl-aaa-900.woff') format('woff'),
    url('font_files/almoni-dl-aaa-900.woff2') format('woff2'),
    url('font_files/almoni-dl-aaa-900.ttf') format('truetype');
}
@font-face{
    font-family:'almoni_dl_aaalight';
    font-weight:300; /*(light)*/
    font-style: normal;
    src: url('font_files/almoni-dl-aaa-300.eot');
    src: url('font_files/almoni-dl-aaa-300.eot#iefix') format('embedded-opentype'),
    url('font_files/almoni-dl-aaa-300.woff') format('woff'),
    url('font_files/almoni-dl-aaa-300.woff2') format('woff2'),
    url('font_files/almoni-dl-aaa-300.ttf') format('truetype');
}
@font-face{
    font-family:'almoni_dl_aaaregular';
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url('font_files/almoni-dl-aaa-400.eot');
    src: url('font_files/almoni-dl-aaa-400.eot#iefix') format('embedded-opentype'),
    url('font_files/almoni-dl-aaa-400.woff') format('woff'),
    url('font_files/almoni-dl-aaa-300.woff2') format('woff2'),
    url('font_files/almoni-dl-aaa-400.ttf') format('truetype');
}

* {
	font-family: 'almoni_dl_aaaregular';
	direction:rtl;
}

body {
font-family: 'almoni_dl_aaaregular';

}