/*
Theme Name: SIM NZ
Theme URI: https://philbotha.co.nz/
Description: Custom Divi Child Theme
Author: Phil Botha Creative
Author URI: https://philbotha.co.nz/
Template: Divi
Version: Updated for Divi 5+
*/


@font-face {
    font-family: 'Tiempos';
    src: url('fonts/t-black.eot');
    src: local('T-Black'), local('T-Black'),
        url('fonts/t-black.woff') format('woff'),
        url('fonts/t-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.t-black {font-family: 'Tiempos';}

body {
	  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
} 

.text-columns {

  column-count: 2;
  column-gap: 20px; 
}


@media (max-width: 768px) {
  .text-columns {
    column-count: 1;
  }
}

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/




