/*
Theme Name:   Oktan - Child theme
Theme URI:    https://webdesign-finder.com/oktan-v2
Description:  Extra Small child theme of Oktan theme
Author:       the MWTemplates team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     oktan
Version:      1.0.1
License:      Commercial
License URI:  https://themeforest.net/licenses/regular_extended
Text Domain:  oktan
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/
/* Light */
@font-face {
  font-family: 'Aptos-Light';
  src: url('/wp-content/themes/oktan-child/assets/aptos-font/Aptos-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Aptos';
  src: url('/wp-content/themes/oktan-child/assets/aptos-font/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Semi Bold */
@font-face {
  font-family: 'Aptos-SemiBold';
  src: url('/wp-content/themes/oktan-child/assets/aptos-font/Aptos-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Aptos';
  src: url('/wp-content/themes/oktan-child/assets/aptos-font/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: 'Aptos-ExtraBold';
  src: url('/wp-content/themes/oktan-child/assets/aptos-font/Aptos-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Aptos-Black';
  src: url('/wp-content/themes/oktan-child/assets/aptos-font/Aptos-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body, p, span, a, em, small, label, input, textarea, select, button, ul, ol, li  {
  font-family: 'Aptos', sans-serif !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, strong, b{
  font-family: 'Aptos', sans-serif !important;
  font-weight: 700 !important;
}