/*
Theme Name: BorneOut Design Lab
Theme URI: https://borneout.com
Author: IT Bright Solution
Author URI: https://itbrightsolution.com
Description: A bespoke, fully-customizable theme for BorneOut design lab. Pixel-matched to the studio's brand design, with scroll-reveal, parallax and interactive animations. All text and photos are editable in the WordPress Customizer; projects are managed as a custom post type.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: borneout
*/

/* The full design system lives in assets/css/main.css (enqueued in functions.php).
   This file only carries the required theme header + @font-face declarations. */

@font-face {
	font-family: "Zalando Sans";
	src: url("assets/fonts/ZalandoSans-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Zalando Sans";
	src: url("assets/fonts/ZalandoSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Zalando Sans";
	src: url("assets/fonts/ZalandoSans-RegularVariable.ttf") format("truetype");
	font-weight: 400 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Zalando Sans";
	src: url("assets/fonts/ZalandoSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Zalando Sans";
	src: url("assets/fonts/ZalandoSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Zalando Sans";
	src: url("assets/fonts/ZalandoSans-ItalicVariable.ttf") format("truetype");
	font-weight: 400 500;
	font-style: italic;
	font-display: swap;
}
